FLM5UP-API
FLAM Subprogram Interface Version: 5.2.0-37009
FLM5UP.h
Go to the documentation of this file.
1
130
131#ifndef INC_FLM5UP_H
132#define INC_FLM5UP_H
134#ifdef __cplusplus
135 extern "C" {
136#endif
137
139
140/**********************************************************************/
147#define FLAM_ARCHIVE 1
149/**********************************************************************/
154
164extern const char* flamvsn(void);
165
176extern const char* flamabo(void);
177
187extern const char* flamlic(void);
188
202extern const char* flamown(const char* own);
203
216extern const char* flampgm(const char* pgm);
217
237extern int flamenv(const int sys, const int std, const char* env);
238
258extern int flamarchive(const char* cmd, const char* pro,const char* out, const char* trc);
259
267extern int flamrsn(void);
268
276extern const char* flammsg(const int rsn);
277
291extern void flamhlp(const int what, const int depth, const char* path, const char* out);
292
304extern void flamsyn(const int what, const int depth, const char* path, const char* out);
305
316extern void flamdoc(const int what, const char* path, const char* out);
317
334extern void flampro(const int what, const char* ipro, const char* prop, const char* opro, const char* out);
335
337/******************************************************************************/
339
340#ifdef __cplusplus
341 }
342#endif
344
345#endif /* INC_FLM5UP_H */
const char * flamlic(void)
Get license text.
const char * flamabo(void)
About.
void flamhlp(const int what, const int depth, const char *path, const char *out)
Returns help information about the command string.
int flamrsn(void)
Get reason code.
int flamenv(const int sys, const int std, const char *env)
Load the FLAM environment.
const char * flammsg(const int rsn)
Get a message for a reason code.
void flamdoc(const int what, const char *path, const char *out)
Return documentation.
const char * flamvsn(void)
Version.
void flampro(const int what, const char *ipro, const char *prop, const char *opro, const char *out)
Manage properties.
const char * flampgm(const char *pgm)
Set/Get program name.
int flamarchive(const char *cmd, const char *pro, const char *out, const char *trc)
FLAM ARCHIVE - Runs archive functions.
void flamsyn(const int what, const int depth, const char *path, const char *out)
Return syntax information about the command string.
const char * flamown(const char *own)
Set/Get owner id.