⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 summary.texi

📁 一个C源代码分析器
💻 TEXI
📖 第 1 页 / 共 5 页
字号:
@comment abort@item void abort (void)@file{stdlib.h} (ANSI):  @ref{Aborting a Program}.@comment abs@item int abs (int @var{number})@file{stdlib.h} (ANSI):  @ref{Absolute Value}.@comment accept@item int accept (int @var{socket}, struct sockaddr *@var{addr}, size_t *@var{length-ptr})@file{sys/socket.h} (BSD):  @ref{Accepting Connections}.@comment access@item int access (const char *@var{filename}, int @var{how})@file{unistd.h} (POSIX.1):  @ref{Testing File Access}.@comment acosh@item double acosh (double @var{x})@file{math.h} (BSD):  @ref{Hyperbolic Functions}.@comment acos@item double acos (double @var{x})@file{math.h} (ANSI):  @ref{Inverse Trig Functions}.@comment adjtime@item int adjtime (const struct timeval *@var{delta}, struct timeval *@var{olddelta})@file{sys/time.h} (BSD):  @ref{High-Resolution Calendar}.@comment AF_FILE@item AF_FILE@file{sys/socket.h} (GNU):  @ref{Address Formats}.@comment AF_INET@item AF_INET@file{sys/socket.h} (BSD):  @ref{Address Formats}.@comment AF_UNIX@item AF_UNIX@file{sys/socket.h} (BSD):  @ref{Address Formats}.@comment AF_UNSPEC@item AF_UNSPEC@file{sys/socket.h} (BSD):  @ref{Address Formats}.@comment alarm@item unsigned int alarm (unsigned int @var{seconds})@file{unistd.h} (POSIX.1):  @ref{Setting an Alarm}.@comment alloca@item void * alloca (size_t @var{size});@file{stdlib.h} (GNU, BSD):  @ref{Variable Size Automatic}.@comment ALTWERASE@item tcflag_t ALTWERASE@file{termios.h} (BSD):  @ref{Local Modes}.@comment ARG_MAX@item int ARG_MAX@file{limits.h} (POSIX.1):  @ref{General Limits}.@comment asctime@item char * asctime (const struct tm *@var{brokentime})@file{time.h} (ANSI):  @ref{Formatting Date and Time}.@comment asinh@item double asinh (double @var{x})@file{math.h} (BSD):  @ref{Hyperbolic Functions}.@comment asin@item double asin (double @var{x})@file{math.h} (ANSI):  @ref{Inverse Trig Functions}.@comment asprintf@item int asprintf (char **@var{ptr}, const char *@var{template}, @dots{})@file{stdio.h} (GNU):  @ref{Dynamic Output}.@comment assert@item void assert (int @var{expression})@file{assert.h} (ANSI):  @ref{Consistency Checking}.@comment atan2@item double atan2 (double @var{y}, double @var{x})@file{math.h} (ANSI):  @ref{Inverse Trig Functions}.@comment atanh@item double atanh (double @var{x})@file{math.h} (BSD):  @ref{Hyperbolic Functions}.@comment atan@item double atan (double @var{x})@file{math.h} (ANSI):  @ref{Inverse Trig Functions}.@comment atexit@item int atexit (void (*@var{function}) (void))@file{stdlib.h} (ANSI):  @ref{Cleanups on Exit}.@comment atof@item double atof (const char *@var{string})@file{stdlib.h} (ANSI):  @ref{Parsing of Floats}.@comment atoi@item int atoi (const char *@var{string})@file{stdlib.h} (ANSI):  @ref{Parsing of Integers}.@comment atol@item long int atol (const char *@var{string})@file{stdlib.h} (ANSI):  @ref{Parsing of Integers}.@comment B0@item B0@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B110@item B110@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B1200@item B1200@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B134@item B134@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B150@item B150@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B1800@item B1800@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B19200@item B19200@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B200@item B200@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B2400@item B2400@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B300@item B300@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B38400@item B38400@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B4800@item B4800@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B50@item B50@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B600@item B600@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B75@item B75@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment B9600@item B9600@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment BC_BASE_MAX@item int BC_BASE_MAX@file{limits.h} (POSIX.2):  @ref{Utility Limits}.@comment BC_DIM_MAX@item int BC_DIM_MAX@file{limits.h} (POSIX.2):  @ref{Utility Limits}.@comment BC_DIM_MAX@item int BC_DIM_MAX@file{limits.h} (POSIX.2):  @ref{Utility Limits}.@comment bcmp@item int bcmp (const void *@var{a1}, const void *@var{a2}, size_t @var{size})@file{string.h} (BSD):  @ref{String/Array Comparison,}.@comment bcopy@item void * bcopy (void *@var{from}, const void *@var{to}, size_t @var{size})@file{string.h} (BSD):  @ref{Copying and Concatenation,}.@comment BC_SCALE_MAX@item int BC_SCALE_MAX@file{limits.h} (POSIX.2):  @ref{Utility Limits}.@comment BC_STRING_MAX@item int BC_STRING_MAX@file{limits.h} (POSIX.2):  @ref{Utility Limits}.@comment bind@item int bind (int @var{socket}, struct sockaddr *@var{addr}, size_t @var{length})@file{sys/socket.h} (BSD):  @ref{Setting Address}.@comment BRKINT@item tcflag_t BRKINT@file{termios.h} (POSIX.1):  @ref{Input Modes}.@comment bsearch@item void * bsearch (const void *@var{key}, const void *@var{array}, size_t @var{count}, size_t @var{size}, comparison_fn_t @var{compare})@file{stdlib.h} (ANSI):  @ref{Array Search Function,}.@comment BUFSIZ@item int BUFSIZ@file{stdio.h} (ANSI):  @ref{Controlling Buffering}.@comment bzero@item void * bzero (void *@var{block}, size_t @var{size})@file{string.h} (BSD):  @ref{Copying and Concatenation,}.@comment cabs@item double cabs (struct @{ double real, imag; @} @var{z})@file{math.h} (BSD):  @ref{Absolute Value}.@comment calloc@item void * calloc (size_t @var{count}, size_t @var{eltsize})@file{malloc.h}, @file{stdlib.h} (ANSI):  @ref{Allocating Cleared Space}.@comment cbrt@item double cbrt (double @var{x})@file{math.h} (BSD):  @ref{Exponents and Logarithms}.@comment cc_t@item cc_t@file{termios.h} (POSIX.1):  @ref{Mode Data Types}.@comment CCTS_OFLOW@item tcflag_t CCTS_OFLOW@file{termios.h} (BSD):  @ref{Control Modes}.@comment ceil@item double ceil (double @var{x})@file{math.h} (ANSI):  @ref{Rounding and Remainders}.@comment cfgetispeed@item speed_t cfgetispeed (const struct termios *@var{termios-p})@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment cfgetospeed@item speed_t cfgetospeed (const struct termios *@var{termios-p})@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment cfmakeraw@item int cfmakeraw (struct termios *@var{termios-p})@file{termios.h} (BSD):  @ref{Noncanonical Input}.@comment cfree@item void cfree (void *@var{ptr})@file{stdlib.h} (Sun):  @ref{Freeing after Malloc}.@comment cfsetispeed@item int cfsetispeed (struct termios *@var{termios-p}, speed_t @var{speed})@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment cfsetospeed@item int cfsetospeed (struct termios *@var{termios-p}, speed_t @var{speed})@file{termios.h} (POSIX.1):  @ref{Line Speed}.@comment cfsetspeed@item int cfsetspeed (struct termios *@var{termios-p}, speed_t @var{speed})@file{termios.h} (BSD):  @ref{Line Speed}.@comment CHAR_BIT@item CHAR_BIT@file{limits.h} (ANSI):  @ref{Width of Type}.@comment CHAR_MAX@item CHAR_MAX@file{limits.h} (ANSI):  @ref{Range of Type}.@comment CHAR_MIN@item CHAR_MIN@file{limits.h} (ANSI):  @ref{Range of Type}.@comment chdir@item int chdir (const char *@var{filename})@file{unistd.h} (POSIX.1):  @ref{Working Directory}.@comment CHILD_MAX@item int CHILD_MAX@file{limits.h} (POSIX.1):  @ref{General Limits}.@comment chmod@item int chmod (const char *@var{filename}, mode_t @var{mode})@file{sys/stat.h} (POSIX.1):  @ref{Setting Permissions}.@comment chown@item int chown (const char *@var{filename}, uid_t @var{owner}, gid_t @var{group})@file{unistd.h} (POSIX.1):  @ref{File Owner}.@comment CIGNORE@item tcflag_t CIGNORE@file{termios.h} (BSD):  @ref{Control Modes}.@comment clearerr@item void clearerr (FILE *@var{stream})@file{stdio.h} (ANSI):  @ref{EOF and Errors}.@comment CLK_TCK@item int CLK_TCK@file{time.h} (POSIX.1):  @ref{Basic CPU Time}.@comment CLOCAL@item tcflag_t CLOCAL@file{termios.h} (POSIX.1):  @ref{Control Modes}.@comment clock@item clock_t clock (void)@file{time.h} (ANSI):  @ref{Basic CPU Time}.@comment CLOCKS_PER_SEC@item int CLOCKS_PER_SEC@file{time.h} (ANSI):  @ref{Basic CPU Time}.@comment clock_t@item clock_t@file{time.h} (ANSI):  @ref{Basic CPU Time}.@comment closedir@item int closedir (DIR *@var{dirstream})@file{dirent.h} (POSIX.1):  @ref{Reading/Closing Directory}.@comment close@item int close (int @var{filedes})@file{unistd.h} (POSIX.1):  @ref{Opening and Closing Files}.@comment COLL_WEIGHTS_MAX@item int COLL_WEIGHTS_MAX@file{limits.h} (POSIX.2):  @ref{Utility Limits}.@comment confstr@item size_t confstr (int @var{parameter}, char *@var{buf}, size_t @var{len})@file{unistd.h} (POSIX.2):  @ref{String Parameters}.@comment connect@item int connect (int @var{socket}, struct sockaddr *@var{addr}, size_t @var{length})@file{sys/socket.h} (BSD):  @ref{Connecting}.@comment cookie_close_function@item cookie_close_function@file{stdio.h} (GNU):  @ref{Hook Functions}.@comment cookie_io_functions_t@item cookie_io_functions_t@file{stdio.h} (GNU):  @ref{Streams and Cookies}.@comment cookie_read_function@item cookie_read_function@file{stdio.h} (GNU):  @ref{Hook Functions}.@comment cookie_seek_function@item cookie_seek_function@file{stdio.h} (GNU):  @ref{Hook Functions}.@comment cookie_write_function@item cookie_write_function@file{stdio.h} (GNU):  @ref{Hook Functions}.@comment copysign@item double copysign (double @var{value}, double @var{sign})@file{math.h} (BSD):  @ref{Normalization Functions}.@comment cosh@item double cosh (double @var{x})@file{math.h} (ANSI):  @ref{Hyperbolic Functions}.@comment cos@item double cos (double @var{x})@file{math.h} (ANSI):  @ref{Trig Functions}.@comment CREAD@item tcflag_t CREAD@file{termios.h} (POSIX.1):  @ref{Control Modes}.@comment creat@item int creat (const char *@var{filename}, mode_t @var{mode})@file{fcntl.h} (POSIX.1):  @ref{Opening and Closing Files}.@comment CRTS_IFLOW@item tcflag_t CRTS_IFLOW@file{termios.h} (BSD):  @ref{Control Modes}.@comment CS5@item tcflag_t CS5@file{termios.h} (POSIX.1):  @ref{Control Modes}.@comment CS6@item tcflag_t CS6@file{termios.h} (POSIX.1):  @ref{Control Modes}.@comment CS7@item tcflag_t CS7@file{termios.h} (POSIX.1):  @ref{Control Modes}.@comment CS8@item tcflag_t CS8@file{termios.h} (POSIX.1):  @ref{Control Modes}.@comment CSIZE@item tcflag_t CSIZE@file{termios.h} (POSIX.1):  @ref{Control Modes}.@comment _CS_PATH@item _CS_PATH@file{unistd.h} (POSIX.2):  @ref{String Parameters}.@comment CSTOPB@item tcflag_t CSTOPB@file{termios.h} (POSIX.1):  @ref{Control Modes}.@comment ctermid@item char * ctermid (char *@var{string})@file{stdio.h} (POSIX.1):  @ref{Identifying the Terminal,}.@comment ctime@item char * ctime (const time_t *@var{time})@file{time.h} (ANSI):  @ref{Formatting Date and Time}.@comment cuserid@item char * cuserid (char *@var{string})@file{stdio.h} (POSIX.1):  @ref{Who Logged In}.@comment daylight@item int daylight@file{time.h} (SVID):  @ref{Time Zone Functions}.@comment DBL_DIG@item DBL_DIG@file{float.h} (ANSI):  @ref{Floating Point Parameters}.@comment DBL_EPSILON@item DBL_EPSILON@file{float.h} (ANSI):  @ref{Floating Point Parameters}.@comment DBL_MANT_DIG@item DBL_MANT_DIG@file{float.h} (ANSI):  @ref{Floating Point Parameters}.@comment DBL_MAX_10_EXP@item DBL_MAX_10_EXP@file{float.h} (ANSI):  @ref{Floating Point Parameters}.@comment DBL_MAX_EXP@item DBL_MAX_EXP@file{float.h} (ANSI):  @ref{Floating Point Parameters}.@comment DBL_MAX@item DBL_MAX@file{float.h} (ANSI):  @ref{Floating Point Parameters}.@comment DBL_MIN_10_EXP@item DBL_MIN_10_EXP@file{float.h} (ANSI):  @ref{Floating Point Parameters}.@comment DBL_MIN_EXP@item DBL_MIN_EXP@file{float.h} (ANSI):  @ref{Floating Point Parameters}.@comment DBL_MIN@item DBL_MIN@file{float.h} (ANSI):  @ref{Floating Point Parameters}.@comment dev_t@item dev_t@file{sys/types.h} (POSIX.1):  @ref{Attribute Meanings}.@comment difftime

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -