Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 61 -
(10) String handling ( string.h )
----------------------------------- -----------------------------------
Name CExe ANSI MS-C Name CExe ANSI MS-C
-------------------+----+----+----- -------------------+----+----+-----
memcpy MAC x x memchr MAC x x
memmove MAC x x strchr MAC x x
strcpy MAC x x strcspn MAC x x
strncpy MAC x x strpbrk MAC x x
strcat MAC x x strrchr MAC x x
strncat MAC x x strspn MAC x x
memcmp MAC x x strstr MAC x x
strcmp MAC x x strtok MAC x x
strcoll x x memset MAC x x
strncmp MAC x x strerror MAC x x
strxfrm x x strlen MAC x x
----------------------------------- -----------------------------------
(11) Date and time ( time.h )
----------------------------------- -----------------------------------
Name CExe ANSI MS-C Name CExe ANSI MS-C
-------------------+----+----+----- -------------------+----+----+-----
clock MAC x x ctime MAC x x
difftime MAC x x gmtime MAC x x
mktime MAC x x localtime MAC x x
time MAC x x strftime x x
asctime MAC x x -----------------------------------
-----------------------------------