Loading...
Select Version
&pagelevel(5)&pagelevel
The sdfinit function initializes the buffer in which the standardized transfer area is stored. The internal name of the program must be specified as it is defined in the syntax file.
The sdfinit function must be called once before all other SDF-C functions that use the standardized transfer area.
Format:
int sdfinit (char *area, int lng, STR8 progname);
Description of the parameters
char *area | Pointer to the buffer where the standardized transfer area will be |
int lng STR8 progname | Length of the buffer for the standardized transfer area. Internal program name (as defined in syntax file), 8 characters long with null (’\0’) at end. |
Result
The function returns an integer as its result (see "Description of the C functions").