set the current locale NAME setlocale - set the current locale LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <locale.h> char *setlocale(int category , const char * lo…query language and locale information NAME nl_langinfo, nl_langinfo_l - query language and locale information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <langinfo.…query language and locale information NAME nl_langinfo, nl_langinfo_l - query language and locale information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <langinfo.…stream open functions NAME fopen, fdopen, freopen - stream open functions LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> FILE *fopen(const char *restrict pat…stream open functions NAME fopen, fdopen, freopen - stream open functions LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> FILE *fopen(const char *restrict pat…stream open functions NAME fopen, fdopen, freopen - stream open functions LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> FILE *fopen(const char *restrict pat…format date and time NAME strftime - format date and time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> size_t strftime(char s [restrict . max ], size_t max …format date and time NAME strftime - format date and time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> size_t strftime(char s [restrict . max ], size_t max …convert a string representation of time to a time tm structure NAME strptime - convert a string representation of time to a time tm structure LIBRARY Standard C library ( libc , -l…determine CPU on which the calling thread is running NAME sched_getcpu - determine CPU on which the calling thread is running LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…copy memory area NAME memcpy - copy memory area LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> void *memcpy(void dest [restrict . n ], const void src [restr…return next floating-point number toward positive/negative infinity NAME nextup, nextupf, nextupl, nextdown, nextdownf, nextdownl - return next floating-point number toward positiv…return next floating-point number toward positive/negative infinity NAME nextup, nextupf, nextupl, nextdown, nextdownf, nextdownl - return next floating-point number toward positiv…return next floating-point number toward positive/negative infinity NAME nextup, nextupf, nextupl, nextdown, nextdownf, nextdownl - return next floating-point number toward positiv…return next floating-point number toward positive/negative infinity NAME nextup, nextupf, nextupl, nextdown, nextdownf, nextdownl - return next floating-point number toward positiv…return next floating-point number toward positive/negative infinity NAME nextup, nextupf, nextupl, nextdown, nextdownf, nextdownl - return next floating-point number toward positiv…return next floating-point number toward positive/negative infinity NAME nextup, nextupf, nextupl, nextdown, nextdownf, nextdownl - return next floating-point number toward positiv…get a string from standard input (DEPRECATED) NAME gets - get a string from standard input (DEPRECATED) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> [[depr…fail compilation if assertion is false NAME static_assert, _Static_assert - fail compilation if assertion is false LIBRARY Standard C library ( libc ) SYNOPSIS #include <assert.h> …convert a floating-point value into a string NAME strfromd, strfromf, strfroml - convert a floating-point value into a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…