Guardian Programming Reference Summary for C
Functions Summary (G-N)
Guardian Programming Reference Summary for C—522630-001
6-17
LONGJMP_
Performs a nonlocal goto. It restores the state of the calling process with context saved 
in a jump buffer by the SETJMP_ procedure.  Control returns to the location of the 
corresponding SETJMP_ procedure call.
LOOKUPPROCESSNAME 
(superseded by PROCESS_GETPAIRINFO_) Obtains a description of a named process 
pair by its name or by its index into the local directory control table.
This procedure does not have a C syntax, because it is superseded and should not be 
used for new development. This procedure is supported only for compatibility with 
previous software.
MBCS_ANY_KATAKANA_ 
Checks a string of Tandem Kanji characters for any Katakana characters.
#include <cextdecs(LOCKREC)>
_cc_status LOCKREC ( short filenum /* i */
 ,[ long tag ] );/* i */
_status_lt (<returned_value>)
An error occurred (call FILEINFO).
_status_eq (<returned_value>)
LOCKREC was successful.
_status_gt (<returned_value>)
The file is not a disk file.
#include <setjmp.h> 
jmp_buf env;
void longjmp ( jmp_buf env /* i */
 ,int value ) /* i */
#include <cextdecs(MBCS_ANY_KATAKANA_)>
short MBCS_ANY_KATAKANA_ ( char *buffer /* i */
 ,short length /* i */
 ,[ short charset ] ); /* i */










