The sdfrc function enables a user program to save values it generates as command return codes; these are made available to the command processor as the official command return codes when the program is terminated and can then be used by other system functions such as SDF-P (see the “Commands” manual [4 (Related publications)]). The sdfrc function is based on the CMDRC macro (see "CMDRC Set command return codes").
Format:
int sdfrc (char *area);
Description of the parameters
char *area | Pointer to a string containing the command return code, must |
Result
The function returns an integer as its result (see "Description of the C functions").