字符测试篇
isalnum
isalpha
isascii
iscntrl
isdigit
isgraphis
islower
isprint
isspace
ispunct
isupper
isxdigit

字符串转换篇
atof
atoi
atol
gcvt
strtod
strtol
strtoul
toascii
tolower
toupper

内存控制篇
calloc
free
getpagesize
malloc
mmap
munmap

日期时间篇
asctime
ctime
gettimeofday
gmtime
localtime
mktime
settimeofday
time

内存及字符串操作篇
bcmp
bcopy
bzero
index
memccpy
memchr
memcmp
memcpy
memmove
memset
rindex
strcasecmp
strcat
strchr
strcmp
strcoll
strcpy
strcspn
strdup
strlen
strncasecmp
strncat
strncpy
strpbrk
strrchr
strspn
strstr
strtok

常用数学函数篇
abs
acos
asin
atan
atan2
ceil
cos
cosh
exp
frexp
ldexp
log
log10
pow
sin
sinh
sqrt
tan
tanh

用户组篇
endgrent
endpwent
endutent
fgetgrent
fgetpwent
getegid
geteuid
getgid
getgrent
getgrgid
getgrnam
getgroups
getpw
getpwent
getpwnam
getpwuid
getuid
getutent
getutid
getutline
initgroups
pututline
seteuid
setfsgid
setfsuid
setgid
setgrent
setgroups
setpwent
setregid
setreuid
setuid
setutent
utmpname

数据结构及算法篇
crypt
bsearch
lfind
lsearch
qsort
rand
srand

文件操作篇
close
creat
dup
dup2
fcntl
flock
fsync
lseek
mkstemp
open
read
sync
write

文件内容操作篇
clearerr
fclose
fdopen
feof
fflush
fgetc
fgets
fileno
fopen
fputc
fputs
fread
freopen
fseek
ftell
fwrite
getc
getchar
gets
mktemp
putc
putchar
rewind
setbuf
setbuffer
setlinebuf
setvbuf
ungetc

进程操作篇
atexit
execl
execlp
execv
execve
execvp
exit
_exit
vfork
getpgid
getpgrp
getpid
getppid
getpriority
nice
on_exit
setpgid
setpgrp
setpriority
system
wait
waitpid
fprintf
fscanf
printf
sacnf
sprintf
sscanf
vfprintf
vfscanf
vprintf
vscanf
vsprintf
vsscanf

文件权限控制篇
access
alphasort
chdir
chmod
chown
chroot
closedir
fchdir
fchmod
fchown
fstat
ftruncate
getcwd
link
lstat
opendir
readdir
readlink
remove
rename
rewinddir
seekdir
stat
symlink
telldir
truncate
umask
unlink
utime
utimes

信号处理篇
alarm
kill
pause
sigaction
sigaddset
sigdelset
sigemptyset
sigfillset
sigismember
signal
sigpending
sigprocmask
sleep
ferror
perror
strerror
mkfifo
pclose
pipe
popen

接口处理篇
accept
bind
connect
endprotoent
endservent
getsockopt
htonl
htons
inet_addr
inet_aton
inet_ntoa
listen
ntohl
ntohs
recv
recvfrom
recvmsg
send
sendmsg
sendto
setprotoent
setservent
setsockopt
shutdown
socket

环境变量篇
getenv
putenv
setenv

终端控制篇
getopt
isatty
select
ttyname

linux常用C函数目录的更多相关文章

  1. Linux常用系统函数

    Linux常用系统函数 一.进程控制 fork 创建一个新进程clone 按指定条件创建子进程execve 运行可执行文件exit 中止进程_exit 立即中止当前进程getdtablesize 进程 ...

  2. Linux常用命令,目录解析,思维导图

    文章目录 下载地址 Linux常用命令 linux系统常用快捷键及符号命令 Linux常用Shell命令 Linux系统目录解析 Shell Vi全文本编辑器 Linux安装软件 Linux脚本编制编 ...

  3. [Linux]常用命令与目录全拼

    命令缩写: ls:list(列出目录内容)cd:Change Directory(改变目录)su:switch user 切换用户rpm:redhat package manager 红帽子打包管理器 ...

  4. linux常用命令之--目录与文件的操作命令

    1.linux的目录与文件的增.删.改.复制 pwd:用于显示当前所在的目录 ls:用于显示指定目录下的内容 其命令格式如下: ls [-option] [file] 常用参数: -l:显示文件和目录 ...

  5. day04 - linux常用命令、目录说明以及ubuntu解锁root用户,安装tree命令

    echo abcdefg >> aa.txt //向aa.txt文件末尾追加 abcdefg 字符串 1 基础命令: clear //清屏 whoami //查看当前所登录的用户 who ...

  6. Linux常用C函数---字符串转换篇

    函数讲解部分参考http://net.pku.edu.cn/~yhf/linux_c/ atof(将字符串转换成浮点型数) 相关函数 atoi,atol,strtod,strtol,strtoul 表 ...

  7. Linux常用C函数---字符测试篇

    函数讲解部分参考http://net.pku.edu.cn/~yhf/linux_c/ isalnum(测试字符是否为英文或数字) 相关函数 isalpha,isdigit,islower,isupp ...

  8. Linux常用C函数---内存控制篇

    函数讲解部分参考http://net.pku.edu.cn/~yhf/linux_c/ calloc(配置内存空间) 相关函数 malloc,free,realloc,brk 表头文件 #includ ...

  9. Linux常用C函数-接口处理篇(网络通信函数)

    接口处理篇accept,bind,connect,endprotoent,endservent,getsockopt,htonl,htons,inet_addr,inet_aton,inet_ntoa ...

随机推荐

  1. ecshop用户中心菜单选项显示内容标签

    ecshop用户中心菜单选项有了,那肯定需要给相应的菜单选项添加内容,下面我们主要来讲下调用内容的标签,你也可以先访问一下用户中心菜单选项修改. 用户中心页面的内容分布在两个模板文件中:user_cl ...

  2. 虚拟机Ubuntu16.04 The system is running in low-graphics mode解决方法!!

    虚拟机Ubuntu16.04无法进入图形界面 The system is running in low-graphics mode 安装的虚拟机Ubuntu16.04 64位本可以正常使用,在安装了许 ...

  3. CentOS重装grub修复损坏的系统

    grub损坏一般有两种情况:第一.安装双系统时,后安装的系统把先安装的系统的MBR删除了.第二.误操作将grub文件删除了. 不管怎样都需要进入到救援模式,详细请看CentOS通过光盘启动救援数据 ( ...

  4. [leetcode trie]212. Word Search II

    Given a 2D board and a list of words from the dictionary, find all words in the board. Each word mus ...

  5. wx小程序碎碎念

    对button组件的例子中,js代码的一点理解 for (var i = 0; i < types.length; ++i) { (function(type) { // 循环构建目标函数 pa ...

  6. Py脚本运行后暂停不退出

    方法一:在脚本结束后提示用户按任意键退出 import os os.system('pause') 方法二:在脚本结束后等待输入,按回车键退出 input("") 方法三:在脚本结 ...

  7. Codeforces Round #350 (Div. 2) E. Correct Bracket Sequence Editor 栈 链表

    E. Correct Bracket Sequence Editor 题目连接: http://www.codeforces.com/contest/670/problem/E Description ...

  8. Codeforces Round #257 (Div. 2) A. Jzzhu and Children

    A. Jzzhu and Children time limit per test 1 second memory limit per test 256 megabytes input standar ...

  9. hdoj 4272 LianLianKan 数据太水

    LianLianKan Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total ...

  10. bootstrap字体图标不正常显示的原因

    本地引入bootstrap.css文件,使用https://v3.bootcss.com/components/站点 字体图标 时不能正常显示,换成 bootstrap 官网的 cdn 链接却能正常显 ...