Romain Vimont
|
3653fb6b15
|
Add OutOfMemory log helper
Add a special LOG_OOM() function to log all OutOfMemory errors (i.e.
allocations returning NULL).
|
2021-11-24 22:06:49 +01:00 |
|
Romain Vimont
|
007f616302
|
Add missing includes
Include these headers explicitly instead of relying on transitivity.
|
2021-11-24 21:44:29 +01:00 |
|
Romain Vimont
|
fcc04f967b
|
Improve file API
Prefix symbols and constants names and improve documentation.
|
2021-11-12 22:44:37 +01:00 |
|
Romain Vimont
|
d4c262301f
|
Move functions from process to file
Move filesystem-related functions from process.[ch] to file.[ch].
|
2021-11-12 22:44:37 +01:00 |
|