FLUCUP-API
FLUC Subprogram Interface
FLUCUP.h
Go to the documentation of this file.
1
136#ifdef __cplusplus
137 extern "C" {
138#endif
139
140#ifndef INC_FLUCUP_H
141#define INC_FLUCUP_H
144/**********************************************************************/
151#define FLUC_INFO 1
152#define FLUC_CONV 2
153#define FLUC_XCNV 3
154#define FLUC_ICNV 4
155#define FLUC_FLAM 5
156#define FLUC_XCHK 6
157#define FLUC_HASH 7
158#define FLUC_UTIL 8
159#define FLUC_DIFF 9
160#define FLUC_KEY 10
161#define FLUC_GREP 11
163/**********************************************************************/
178extern const char* flucvsn(void);
179
190extern const char* flucabo(void);
191
201extern const char* fluclic(void);
202
216extern const char* flucown(const char* own);
217
230extern const char* flucpgm(const char* pgm);
231
251extern int flucenv(const int sys, const int std, const char* env);
252
266extern int flucinfo(const char* cmd, const char* pro,const char* out, const char* trc);
267
281extern int fluchash(const char* cmd, const char* pro,const char* out, const char* trc);
282
296extern int flucconv(const char* cmd,const char* pro,const char* out, const char* trc);
297
311extern int flucxcnv(const char* cmd,const char* pro,const char* out, const char* trc);
312
326extern int flucxchk(const char* cmd,const char* pro,const char* out, const char* trc);
327
341extern int flucgrep(const char* cmd,const char* pro,const char* out, const char* trc);
342
356extern int flucicnv(const char* cmd,const char* pro,const char* out, const char* trc);
357
371extern int flucflam(const char* cmd,const char* pro,const char* out, const char* trc);
372
386extern int flucutil(const char* cmd,const char* pro,const char* out, const char* trc);
387
401extern int flucdiff(const char* cmd,const char* pro,const char* out, const char* trc);
402
416extern int fluckey(const char* cmd,const char* pro,const char* out, const char* trc);
417
425extern int flucrsn(void);
426
434extern const char* flucmsg(const int rsn);
435
449extern void fluchlp(const int what, const int depth, const char* path, const char* out);
450
462extern void flucsyn(const int what, const int depth, const char* path, const char* out);
463
474extern void flucdoc(const int what, const char* path, const char* out);
475
492extern void flucpro(const int what, const char* ipro, const char* prop, const char* opro, const char* out);
493
495/******************************************************************************/
497/*TODO: FLM5UP.h*/
498extern int flamxcmp(const char* cmd,const char* pro,const char* out, const char* trc);
499extern int flamxdco(const char* cmd,const char* pro,const char* out, const char* trc);
500extern int flamxcmp2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
501extern int flamxdco2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
502
503extern int flucinfo2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
504extern int flucconv2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
505extern int flucgrep2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
506extern int flucxcnv2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
507extern int flucicnv2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
508extern int flucflam2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
509extern int flucxchk2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
510extern int fluchash2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
511extern int flucdiff2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
512extern int flucutil2(const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
513extern int fluckey2( const char* cmd,const char* pro,const char* out, const char* trc,const unsigned int per);
514
515#endif /* INC_FLUCUP_H */
516
517#ifdef __cplusplus
518 }
519#endif
int flucicnv(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC ICNV - Character conversion like ICONV.
int flucenv(const int sys, const int std, const char *env)
Load the FLAM environment.
const char * flucvsn(void)
Version.
int fluckey(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC KEY - Key management functions.
int flucdiff(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC DIFF - Compares two data sources.
void flucpro(const int what, const char *ipro, const char *prop, const char *opro, const char *out)
Manage properties.
int fluchash(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC HASH - Simplified Hash calculation.
void flucdoc(const int what, const char *path, const char *out)
Return documentation.
void fluchlp(const int what, const int depth, const char *path, const char *out)
Returns help information about the command string.
int flucinfo(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC INFO - Provides various information.
int flucconv(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC CONV - Simplified data conversion.
int flucflam(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC FLAM - Support of FLAM4 command in FLUC.
const char * flucpgm(const char *pgm)
Set/Get program name.
void flucsyn(const int what, const int depth, const char *path, const char *out)
Return syntax information about the command string.
int flucutil(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC UTIL - Support of several utility function.
const char * flucown(const char *own)
Set/Get owner id.
const char * flucmsg(const int rsn)
Get a message for a reason code.
int flucgrep(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC GREP - Matching pattern in files like GREP.
int flucxcnv(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC XCNV - Extended data conversion.
int flucxchk(const char *cmd, const char *pro, const char *out, const char *trc)
FLUC XCHK - Extended data evalation.
int flucrsn(void)
Get reason code.
const char * fluclic(void)
Get license text.
const char * flucabo(void)
About.