Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 240 -
FANUC Series 16/18 C Executor
3.2 MS-C extended C standard library
====================================
Lists of Functions
~~~~~~~~~~~~~~~~~~
--------------------------------------------------------------------------
Name Function
--------------------------------------------------------------------------
_chdrive Change the current drive.
_clear87 Get and clear the floating point status word.
_control87 Get and set the floating point status word.
_dos_findfirst Find the first file whose attributes match the
specified ones.
_dos_findnext Find the next file whose attributes match the
specified ones.
_dos_getdiskfree Get disk informations.
_expand Change a memory block size.
_fbtom Get character count.
_fcalloc Allocate an array initialized by 0 in memory.
_fexpand Change a memory block size.
_ffree Free a memory block.
_fjstradv Increment a pointer to a multi-byte string.
_fjstrchr Find a character in a string.
_fjstrcmp Compare two strings.
_fjstrcspn Get string length which doesn't include a character.
_fjstricmp Compare two strings ignoring cases.
_fjstrlen Get string length.
_fjstrlwr Convert string to lowercase.
_fjstrmatch Find characters in a string.
_fjstrncat Concatenate a string.
_fjstrncmp Compare two strings.
_fjstrncpy Copy a string.
_fjstrnicmp Compare two strings ignoring cases.
_fjstrnset Fill a string with a character.
_fjstrrchr Find the last character in a string.
_fjstrrev Reverse characters in a string.
_fjstrset Fill a string with a character.
_fjstrskip Get length of a partial string.
_fjstrspn Get string length composed by specified character.
_fjstrstr Find a string in a string.
_fjstrtok Get a token.
_fjstrupr Convert string to uppercase.
_fmalloc Allocate a memory block.
_fmemchr Find a character in a memory block.
_fmemcmp Compare two memory blocks.
_fmemcpy Copy a memory block.
_fmemicmp Compare two memory blocks ignoring cases.
_fmemmove Move a memory block.
_fmemset Fill a memory block with a character.