Files
mop3/libaux/printf_config.h
kamkow1 02e77b5c90
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m36s
CE interactive shell
2026-02-21 22:14:16 +01: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 0
#define PRINTF_SUPPORT_EXPONENTIAL_SPECIFIERS 0
#endif // _KERNEL_LIBK_PRINTF_CONFIG_H