03 Linux中C语言头文件位置

来源:互联网 发布:航盛导航端口 编辑:程序博客网 时间:2024/06/07 18:30

在usr目录的include子目录下,此外usr/src下有内核文件

alloy@ubuntu:/$ cd usr
alloy@ubuntu:/usr$ ls
bin  games  include  lib  local  sbin  share  src
alloy@ubuntu:/usr$ cd include
alloy@ubuntu:/usr/include$ ls

aio.h        endian.h        gstreamer-0.10  mqueue.h         printf.h     signal.h       ttyent.h
aliases.h    envz.h          iconv.h         mtd              protocols    sound          ucontext.h
alloca.h     err.h           ieee754.h       nautilus-sendto  pthread.h    spawn.h        ulimit.h
a.out.h      errno.h         ifaddrs.h       net              pty.h        stab.h         unistd.h
argp.h       error.h         inttypes.h      netash           pwd.h        stdint.h       ustat.h
argz.h       execinfo.h      langinfo.h      netatalk         python2.7    stdio_ext.h    utime.h
ar.h         fcntl.h         lastlog.h       netax25          python3.2mu  stdio.h        utmp.h
arpa         features.h      libgen.h        netdb.h          rdma         stdlib.h       utmpx.h
asm-generic  fenv.h          libintl.h       neteconet        re_comp.h    string.h       values.h
assert.h     fmtmsg.h        libio.h         netinet          regex.h      strings.h      video
byteswap.h   fnmatch.h       limits.h        netipx           regexp.h     stropts.h      wait.h
c++          fstab.h         link.h          netiucv          resolv.h     sudo_plugin.h  wchar.h
complex.h    fts.h           linux           netpacket        rpc          syscall.h      wctype.h
cpio.h       ftw.h           locale.h        netrom           rpcsvc       sysexits.h     wordexp.h
crypt.h      _G_config.h     malloc.h        netrose          sched.h      syslog.h       X11
ctype.h      gconv.h         math.h          nfs              scsi         tar.h          x86_64-linux-gnu
dbus-1.0     getopt.h        mcheck.h        nl_types.h       search.h     termio.h       xen
dirent.h     glob.h          memory.h        nss.h            semaphore.h  termios.h      xlocale.h
dlfcn.h      gnu-versions.h  mm              obstack.h        setjmp.h     tgmath.h       xorg
drm          grp.h           mntent.h        paths.h          sgtty.h      thread_db.h
elf.h        gshadow.h       monetary.h      poll.h           shadow.h     time.h
0 0