CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
libc
09-10
Enterprise
How is a char array maximum size in C determined?
09-09
Software design
Changing the timezone in libc time at compile time
06-10
Software engineering
How to identify all C standard library calls in source code?
05-22
OS
Moving functors into std::function's while avoiding copies
05-11
Software design
Compile c program with access to stdlib functions, but without _start and all of the libc init funct
04-26
database
Why does Apple Clang make a call to compare for a unique hash in an unordered map?
04-24
OS
How to distinguish calling a c library function from making a system call?
04-04
Net
Writing and linking shared libraries in assembly 32-bit
04-02
database
bucket_count of libc 's unordered_set.reserve
03-27
Blockchain
Why is std::is_copy_constructible_v<std::vector<MoveOnlyType>> true?
03-25
database
Compiling old C code Y2038 conform still results in 4 byte variables
03-22
Blockchain
Implement of original strlcpy function on Libc
02-23
other
Should missing definition of object / function with non-reserved identifier lead to diagnostics?
02-13
Blockchain
How to extract and compare the libc versions at runtime?
12-29
database
Is it possible to implement nextafter w/o obtaining a binary representation?
12-24
database
Why do I get a segmentation fault when I try to call functions from libc using CDLL in python?
12-20
Blockchain
Unable to open 'libc-start.c'
12-19
Software engineering
In which library write writev and other functions that operate on socket like send also and where is
12-12
Software engineering
Does libc counting_semaphore have deadlock issue?
11-30
Mobile
Confustion about Android NDK libc libc _shared, libstdc
11-28
Back-end
Why is this simple c programming reading an extra newline from stdin?
11-08
front end
Selective linking of C program with C stdlib functions
11-08
Blockchain
Build a Linux c application runnable on system having libc >= 2.31
10-10
Blockchain
Is it possible to override C syscall open without LD_PRELOAD?
09-17
Net
Link explicitly to libc (-lc)
Links:
CodePudding