Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-standard-library

weird crash with strtol() in C

c strtol c-standard-library

Is it a good idea to use a const pointer to FILE type?

OS X: Is it possible to view the source code of the Standard C Library?

c macos c-standard-library

Why there are no "unsigned wchar_t" and "signed wchar_t" types?

Does redefining a function from the standard library violate the one-definition rule?

Header files are not found by GCC

Expected behaviour of freopen() with regards to buffering (setvbuf())?

Do any functions in the C standard library implicitly use `stderr`?

What standard C library does Clang use? glibc, its own, or some other one?

why is abs() and fabs() defined in two different headers in C

Advantages of strncmp over strcmp?

c c-standard-library

Why does pow(n,2) return 24 when n=5, with my compiler and OS?

c math.h c-standard-library

what is difference between fgetpos/fsetpos and ftell/fseek

c c-standard-library

Does the C standard guarantee buffers are not touched past their null terminator?

What does the first "c" stand for in "calloc"?

What's the meaning of "reserved for any use"?

Why do some built-in Python functions only have pass?

Why isn't there int128_t?

Why wasn't a specifier for `float` defined in `printf`?