252extern int flucenv(
const int sys,
const int std,
const char* env);
267extern int flucinfo(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
282extern int fluchash(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
297extern int flucconv(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
312extern int flucxcnv(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
327extern int flucxchk(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
342extern int flucgrep(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
357extern int flucicnv(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
372extern int flucflam(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
387extern int flucutil(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
402extern int flucdiff(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
417extern int fluckey(
const char* cmd,
const char* pro,
const char* out,
const char* trc);
450extern void fluchlp(
const int what,
const int depth,
const char* path,
const char* out);
463extern void flucsyn(
const int what,
const int depth,
const char* path,
const char* out);
475extern void flucdoc(
const int what,
const char* path,
const char* out);
493extern void flucpro(
const int what,
const char* ipro,
const char* prop,
const char* opro,
const char* out);
499extern int flucflam2(
const char* cmd,
const char* pro,
const char* out,
const char* trc,
const unsigned int per);
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.