0% found this document useful (0 votes)
59 views1 page

Function/macro Zxheader File Function/macro Zxheader File

This document lists C standard library functions and macros along with the header files where their declarations are defined. It includes common functions for input/output (stdio.h), memory allocation (stdlib.h), mathematics (math.h), time (time.h), character handling (string.h), and other general purpose functions. The header files provide declarations that allow the source code to use these library functions through the inclusion of the appropriate header.

Uploaded by

api-3698966
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views1 page

Function/macro Zxheader File Function/macro Zxheader File

This document lists C standard library functions and macros along with the header files where their declarations are defined. It includes common functions for input/output (stdio.h), memory allocation (stdlib.h), mathematics (math.h), time (time.h), character handling (string.h), and other general purpose functions. The header files provide declarations that allow the source code to use these library functions through the inclusion of the appropriate header.

Uploaded by

api-3698966
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

function/macro zxheader file function/macro zxheader file

memcpy string.h stdio.h


memmove string.h sqrt math.h
memset string.h srand stdlib.h
mktime time.h sscanf stdio.h
modf math.h stderr stdio.h
NDEBUG assert.h stdin stdio.h
NULL locale.h stdout stdio.h
stddef.h strcat string.h
stdio.h strchr string.h
stdlib.h strcmp string.h
string.h strcoll string.h
time.h strcpy string.h
offsetof stddef.h strcspn string.h
perror stdio.h strerror string.h
pow math.h strftime time.h
printf stdio.h strlen string.h
ptrdiff_t stddef.h strncat string.h
putc stdio.h strncmp string.h
putchar stdio.h strncpy string.h
puts stdio.h strpbrk string.h
qsort stdlib.h strrchr string.h
raise signal.h strspn string.h
rand stdlib.h strstr string.h
RAND_MAX stdlib.h strtod stdlib.h
realloc stdlib.h strtok string.h
remove stdio.h strtol stdlib.h
rename stdio.h strtoul stdlib.h
rewind stdio.h strxfrm string.h
scanf stdio.h system stdlib.h
SEEK_CUR stdio.h tan math.h
SEEK_END stdio.h tanh math.h
SEEK_SET stdio.h time time.h
setbuf stdio.h time_t time.h
setjmp setjmp.h struct tm time.h
setlocale locale.h tmpfile stdio.h
setvbuf stdio.h tmpnam stdio.h
SIGABRT signal.h TMP_MAX stdio.h
SIGFPE signal.h tolower ctype.h
SIGILL signal.h toupper ctype.h
SIGINT signal.h ungetc stdio.h
signal signal.h va_arg stdarg.h
SIGSEGV signal.h va_end stdarg.h
SIGTERM signal.h va_list stdarg.h
sig_atomic_t signal.h va_start stdarg.h
SIG_DFL signal.h vfprintf stdio.h
SIG_ERR signal.h vprintf stdio.h
SIG_IGN signal.h vsprintf stdio.h
sin math.h wchar_t stddef.h
sinh math.h stdlib.h
size_t stddef.h wcstombs stdlib.h
stdlib.h wctomb stdlib.h
string.h
sprintf

You might also like