ovni/src
Rodrigo Arias 2457e50712 Use always base 10 integer formats with scanf()
The %i printf variant tries to autodetect the base, so 010 becomes 8.
2024-07-24 16:36:54 +02:00
..
emu Use always base 10 integer formats with scanf() 2024-07-24 16:36:54 +02:00
include Fix heap when size_t is not unsigned long long 2024-07-24 15:12:09 +02:00
rt Fix error format strings in mark API 2024-07-24 16:09:44 +02:00
CMakeLists.txt Move ovni.pc.in into src/ 2023-07-05 13:13:53 +02:00
common.c Fix format errors in printf-like functions 2024-07-24 15:12:09 +02:00
common.h Fix format errors in printf-like functions 2024-07-24 15:12:09 +02:00
compat.c Fix compat.c headers 2023-03-24 12:08:45 +00:00
compat.h Constraint _GNU_SOURCE in compat.c only 2023-03-24 12:08:45 +00:00
config.h.in Copy Paraver configs into the trace directory 2022-11-09 16:09:33 +01:00
ovni.pc.in Move ovni.pc.in into src/ 2023-07-05 13:13:53 +02:00
parson.c Set continuation indent to 2 tabs 2022-09-30 10:25:09 +02:00
parson.h Move sources to src 2022-09-29 16:52:30 +02:00