Specification for the FLAM subprogram interface. More...
Go to the source code of this file.
Macros | |
| #define | FLAM_ARCHIVE 1 |
| ARCHIVE command. | |
Functions | |
| const char * | flamvsn (void) |
| Version. | |
| const char * | flamabo (void) |
| About. | |
| const char * | flamlic (void) |
| Get license text. | |
| const char * | flamown (const char *own) |
| Set/Get owner id. | |
| const char * | flampgm (const char *pgm) |
| Set/Get program name. | |
| int | flamenv (const int sys, const int std, const char *env) |
| Load the FLAM environment. | |
| int | flamarchive (const char *cmd, const char *pro, const char *out, const char *trc) |
| FLAM ARCHIVE - Runs archive functions. | |
| int | flamrsn (void) |
| Get reason code. | |
| const char * | flammsg (const int rsn) |
| Get a message for a reason code. | |
| void | flamhlp (const int what, const int depth, const char *path, const char *out) |
| Returns help information about the command string. | |
| void | flamsyn (const int what, const int depth, const char *path, const char *out) |
| Return syntax information about the command string. | |
| void | flamdoc (const int what, const char *path, const char *out) |
| Return documentation. | |
| void | flampro (const int what, const char *ipro, const char *prop, const char *opro, const char *out) |
| Manage properties. | |
Specification for the FLAM subprogram interface.