Search code examples
How to get Linux file permissions in .NET 5 / .NET 6 without Mono.Posix with p/invoke?...


c#.netlinuxpinvokelibc

Read More
How can I link to a specific glibc version?...


linuxgcclinkerglibclibc

Read More
Why is abs(INT_MIN) still -2147483648?...


clibcabsolute-value

Read More
C++ and syscalls: ignoring return value and checking errno instead...


c++clibc

Read More
Extra Bytes Added to Packet When Sending via Raw Socket...


rustnetworkingpacketlibcraw-sockets

Read More
Relink a shared library to a different version of libc...


clinkerldlibc

Read More
attempting to link libc statically with clang, ldd showing dynamic linking?...


cclangstatic-linkingdynamic-linkinglibc

Read More
glibc - #define void...


cglibclibc

Read More
Compiling without a standard library but with the _start label (entry point)...


cgccmakefilelinkerlibc

Read More
How to change only one of last (change | modification | access ) times in linux (UNIX)?...


clinuxlibc

Read More
file creation time system call in linux/gcc...


linuxlibcstatfstat

Read More
How to sleep for a few microseconds...


clinuxreal-timeglibclibc

Read More
What does the first "c" stand for in "calloc"?...


cmalloclibccallocc-standard-library

Read More
Reasons for double undescores in standard library implementations...


c++clibclibc++

Read More
Where do man pages about libc come from if they do not come from glibc?...


linuxdebianglibclibc

Read More
C: How is binary-mode versus text-mode implemented for `fopen`?...


cfile-iocross-platformlibc

Read More
__libc_init_array and global declared objects in cpp...


c++dependency-injectionlibc

Read More
stdlib and colored output in C...


ccolorsstdiolibc

Read More
GLIBC : How to tell the executable to link to specific version of GLIBC...


clinuxunixglibclibc

Read More
Get the time zone GMT offset in C...


cdatetimetimezonelibc

Read More
What is the purpose of strlcpy and what was in the first version of its manual page?...


cunixlibcmanpagestrlcpy

Read More
Why there is no inverse function for gmtime in libc?...


timeposixlibc

Read More
Linux userspace api: how to get size of address spaces of running executable linked as PIE without p...


linuxelflibc

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


clibc

Read More
How can I test my own implementation of GLIBC in NASM x64?...


cassemblyx86-64nasmlibc

Read More
How to use strerror_l with current locale?...


clinuxposixlibcstrerror

Read More
Could allocation size of zero in malloc result in conflicting memory locations?...


cmalloclibc

Read More
Determing the number of bytes ready to be recv()'d...


selectblockinglibc

Read More
Are there functions for performing atomic operations in the standard library?...


catomiclibc

Read More
Build a Linux c++ application runnable on system having libc >= 2.31...


c++libc

Read More
BackNext