os400: implement CLI tool

This is provided as a QADRT (ascii) program, a link to it in the IFS and
a minimal CL command.

Closes #11547
This commit is contained in:
Patrick Monnerat 2023-08-29 13:32:39 +02:00 committed by Daniel Stenberg
parent b137634ba3
commit 6f8d9cc4e9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
11 changed files with 471 additions and 40 deletions

View file

@ -34,6 +34,9 @@
/* No OS/400 header file defines u_int32_t. */
typedef unsigned long u_int32_t;
/* OS/400 has no idea of a tty! */
#define isatty(fd) 0
/* System API wrapper prototypes & definitions to support ASCII parameters. */