Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

What does "f" stand for in C standard library function names?

c naming libc

To infinity and back

c++ c floating-point libc

Is MSVCRT under Windows like glibc (libc) under *nix?

msvcrt libc

Why is argv parameter to execvp not const?

c libc execvp

Fatal signal 11 (SIGSEGV) code=2 on genymotion emulator not using NDK

Where can I browse the sourcecode for libc online (like doxygen)

documentation kernel libc

How do I reimplement (or wrap) a syscall function on Linux?

c linux system-calls libc

Are symbols from the C standard library reserved in C++?

c++ c language-lawyer libc

Should I free/delete char* returned by getenv()?

c libc

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

Where is ptrdiff_t defined in C?

c types libc stdint

How to use debug version of libc

linux gdb libc debug-symbols ldd

Why is there no strtoi in stdlib.h?

c libc

Compiling without libc

c gcc glibc demo libc

Faster way to zero memory than with memset?

c libc

Linking against an old version of libc to provide greater application coverage

linux linker libc

Is snprintf() ALWAYS null terminating?

c posix libc

Are types like uint32, int32, uint64, int64 defined in any stdlib header?

c libc

What is the rationale for fread/fwrite taking size and count as arguments?

c file-io libc

What's the difference between hard and soft floating point numbers?

c linux floating-point arm libc