FLM4UP-API
FLAM4 Subprogram Interface
FLM4UP.h
Go to the documentation of this file.
1
138#ifdef __cplusplus
139 extern "C" {
140#endif
141
142#ifndef INC_FLM4UP_H
143#define INC_FLM4UP_H
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
157/**********************************************************************/
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);
221/**********************************************************************/
222
233extern long flamupc(const char* param);
234
236/**********************************************************************/
237
239#endif /* INC_FLM4UP_H */
240
241#ifdef __cplusplus
242 }
243#endif
246/**********************************************************************/
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.