搜索资源列表
shell
- #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
mystring
- 实现常用Linux C字符串处理函数,如strlen() strcpy() strsep()等-mystring
strfunction
- strcpy、strcmp、strlen的源码实现-Strcpy, STRCMP, the source code of strlen realization
C-call-sprocs-example
- strcpy、strcmp、strlen的源码实现-Strcpy, STRCMP, the source code of strlen realization
strlen
- Check strlen function call.
strncat
- Concatenate src on the end of dst. At most strlen(dst)+n+1 bytes are written at dst (at most n+1 bytes being appended).
strlen_win32
- Check stdcall strlen call on X86_WIN32 systems.
strlen
- strlen.S: Sparc optimized strlen code.
strlen
- The Regents of the University of California.
string
- We had half-optimised memset memcpy, got better versions of those -Added memcmp, strchr, strcpy, strcmp, strlen.
symorder
- define strdup(str)strcpy(malloc(strlen(str) + 1), str Device Driver for linux v2.13.6.