FLM4UP-API
FLAM4 Subprogram Interface Version: 5.2.0-37009
FLM4UP.h
Go to the documentation of this file.
1
136
137#ifndef INC_FLM4UP_H
138#define INC_FLM4UP_H
139
141#ifdef __cplusplus
142 extern "C" {
143#endif
144
145#ifdef __ZOS__
146# pragma linkage (FLM4UP,OS)
147# pragma linkage (FLM4UPV,OS)
148# pragma linkage (FLM4UPA,OS)
149# pragma linkage (FLM4UPL,OS)
150# define flamup FLM4UP
151# define flamup_version FLM4UPV
152# define flamup_about FLM4UPA
153# define flamup_license FLM4UPL
154#endif
156
157/**********************************************************************/
163
173 extern const char* flamup_version(void);
174
185 extern const char* flamup_about(void);
186
196 extern const char* flamup_license(void);
197
210extern void flamup(
211 void** flamid,
212 long* rtc,
213 char* param,
214 long* paramLen);
215
216
218typedef void (TfFlamUp)(void** flamid, long* rtc, char* param, long* paramLen);
220
221/**********************************************************************/
222
233extern long flamupc(const char* param);
234
236/**********************************************************************/
237
239
240#ifdef __cplusplus
241 }
242#endif
244
245/**********************************************************************/
246#endif /* INC_FLM4UP_H */
const char * flamup_license(void)
Get license text.
long flamupc(const char *param)
Runs the old FLAM command line (C like interface)
const char * flamup_about(void)
About.
void flamup(void **flamid, long *rtc, char *param, long *paramLen)
Runs the old FLAM command line (load module interface (COBOL, PL1))
const char * flamup_version(void)
Version.