뒤쪽에이 문제, 그러나 다음과 같은 Debian/Ubuntu 특정 C 표준 라이브러리 헤더 파일(위키피디아에서 발췌)
assert.h , complex.h , ctype.h , errno.h , fenv.h
, float.h , inttypes.h , iso646.h , limits.h , locale.h
, math.h , setjmp.h , signal.h , stdalign.h , stdarg.h
, stdatomic.h , stdbool.h , stddef.h , stdint.h , stdio.h
, stdlib.h , stdnoreturn.h , string.h , tgmath.h , threads.h
, time.h , uchar.h , wchar.h , wctype.h
실행할 수 있도록 패키징 문서를 어디서 찾을 수 있는지 알고 싶습니다.
man stdint.h
현재 Ubuntu 18.04 LTS를 사용하고 있습니다.
답변1
사람들은제7조 기타그리고 제공되는
manpages-posix-dev
POSIX 시스템 개발을 위한 매뉴얼 페이지. 이 매뉴얼 페이지는 다음 두 부분으로 구성된 POSIX 프로그래밍 인터페이스를 설명합니다.
7
= POSIX 헤더 파일(7posix 확장자 포함)3
= POSIX 라이브러리 호출(3posix 확장 포함)
설치하세요sudo apt install manpages-posix-dev
패키지에 어떤 헤더가 기록되어 있는지 확인할 수 있으며,
apt-file list manpages-posix-dev |
sed -e'/\.h\./!d' -e's,.*\/,,' -e's/\.7posix\.gz//'
현재 목록은,
aio.h , arpa_inet.h , assert.h , complex.h , cpio.h
, ctype.h , dirent.h , dlfcn.h , errno.h , fcntl.h
, fenv.h , float.h , fmtmsg.h , fnmatch.h , ftw.h
, glob.h , grp.h , iconv.h , inttypes.h , iso646.h
, langinfo.h , libgen.h , limits.h , locale.h , math.h
, monetary.h , mqueue.h , ndbm.h , net_if.h , netdb.h
, netinet_in.h , netinet_tcp.h , nl_types.h , poll.h , pthread.h
, pwd.h , regex.h , sched.h , search.h , semaphore.h
, setjmp.h , signal.h , spawn.h , stdarg.h , stdbool.h
, stddef.h , stdint.h , stdio.h , stdlib.h , string.h
, strings.h , stropts.h , sys_ipc.h , sys_mman.h , sys_msg.h
, sys_resource.h , sys_select.h , sys_sem.h , sys_shm.h , sys_socket.h
, sys_stat.h , sys_statvfs.h , sys_time.h , sys_times.h , sys_types.h
, sys_uio.h , sys_un.h , sys_utsname.h , sys_wait.h , syslog.h
, tar.h , termios.h , tgmath.h , time.h , trace.h
, ulimit.h , unistd.h , utime.h , utmpx.h , wchar.h
, wctype.h , wordexp.h