Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C linux中的位置strtok定义_C_Linux_String - Fatal编程技术网

C linux中的位置strtok定义

C linux中的位置strtok定义,c,linux,string,C,Linux,String,我使用的是Centos 5.4版本 我想看看STRTOK的函数定义 请帮助我如何找到包含定义的文件的位置 [sn003@localhost C]$ find / -name 'string.c' 2>/dev/null /usr/share/systemtap/runtime/string.c 我试图找到文件string.c。我找不到定义 [sn003@localhost C]$ find / -name 'string.c' 2>/dev/null /usr/share/syst

我使用的是Centos 5.4版本

我想看看STRTOK的函数定义

请帮助我如何找到包含定义的文件的位置

[sn003@localhost C]$ find / -name 'string.c' 2>/dev/null
/usr/share/systemtap/runtime/string.c
我试图找到文件string.c。我找不到定义

[sn003@localhost C]$ find / -name 'string.c' 2>/dev/null
/usr/share/systemtap/runtime/string.c
请帮忙

谢谢,
Sandeep在glibc git tree中提供,请参见