- 博客(2)
- 资源 (8)
- 收藏
- 关注
转载 strtok and strtok_r
<br />函数名: strtok <br /> 功 能: 查找由在第二个串中指定的分界符分隔开的单词 <br /> 用 法: char *strtok(char *str1, char *str2); <br /> 程序例: <br /> <br /> #include <string.h> <br /> #include <stdio.h> <br /> <br /> int
2011-03-30 09:55:00
315
原创 emacs + etags + cscope + ecb阅读代码
在固定目錄下, 如$HOME下爲/usr/include/下的文件創建TAGS.include, 用文件的絕對路徑, 不用相對路徑, 然後在項目文件夾下用--etags-include將其包含進來:$: etags -R /usr/include -o TAGS.include$: etags -R /directory/for/coreutils/and/gnulibs/ -o TAGS.gnu$: cd ${DIRECTORY_FOR_PROJECT}$: etags -a --etags-includ
2011-03-26 22:16:00
926
深入理解Linux虚拟内存管理
2019-01-11
Revised 7 Report on the Algorithmic Language Scheme
2019-01-11
Streaming Systems - Tyler Akidau
2019-01-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人