-
- Downloads
Updated debug_print(): Enhanced Adaptability for Various Environments
The debug_print() function has been updated for better adaptability. It now integrates with diverse environments through the customized implementation of the cmp_debug_puts() function.
parent
04c3fbf3
No related branches found
No related tags found
Showing
- lib/common/cmp_debug.c 87 additions, 0 deletionslib/common/cmp_debug.c
- lib/common/cmp_debug.h 10 additions, 11 deletionslib/common/cmp_debug.h
- lib/common/compiler.h 8 additions, 8 deletionslib/common/compiler.h
- lib/common/meson.build 3 additions, 1 deletionlib/common/meson.build
- lib/common/vsnprintf.c 885 additions, 0 deletionslib/common/vsnprintf.c
- lib/common/vsnprintf.h 25 additions, 0 deletionslib/common/vsnprintf.h
lib/common/cmp_debug.c
0 → 100644
lib/common/vsnprintf.c
0 → 100644
This diff is collapsed.
lib/common/vsnprintf.h
0 → 100644
Please register or sign in to comment