Files
mop3/libu/printf_config.h
kamkow1 6c01de8b0d
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 26s
Merge all libs into libu
2026-04-12 13:45:37 +02:00

9 lines
271 B
C

#ifndef _KERNEL_LIBK_PRINTF_CONFIG_H
#define _KERNEL_LIBK_PRINTF_CONFIG_H
#define PRINTF_ALIAS_STANDARD_FUNCTION_NAMES_HARD 1
#define PRINTF_SUPPORT_DECIMAL_SPECIFIERS 1
#define PRINTF_SUPPORT_EXPONENTIAL_SPECIFIERS 1
#endif // _KERNEL_LIBK_PRINTF_CONFIG_H