Guardian Programming Reference Summary for C
Functions Summary (R-Z)
Guardian Programming Reference Summary for C—522630-001
8-30
SYSTEMENTRYPOINTLABEL
Returns either the procedure label of the named entry point or a zero if no label is found.
TAKE^BREAK
Enables BREAK monitoring for a file. TAKE^BREAK is a sequential I/O (SIO)
procedure and can be used only with files that have been opened by OPEN^FILE.
TEXTTOSSID
Scans a character string, expecting to find the external representation of a subsystem ID
starting in the first byte (no leading spaces accepted). It returns the internal
representation of the subsystem ID it finds.
TIME
Provides the current date and time in integer form.
date-and-time
#include <cextdecs(SYSTEMENTRYPOINTLABEL)>
short SYSTEMENTRYPOINTLABEL ( char *name /* i */
,short len ); /* i */
#include <cextdecs(TAKE_BREAK)>
short TAKE_BREAK ( short _near *file-fcb ); /* i */
#include <cextdecs(TEXTTOSSID)>
short TEXTTOSSID ( char *chars /* i */
,short *ssid /* o */
,[ long *status ] ); /* o */
#include <cextdecs(TIME)>
void TIME ( short _near *date-and-time ); /* o */
[0] = year (yyyy)
[1] = month (1-12)
[2] = day (1-31)
[3] = hour (0-23)