BeRTOS
Defines
cfg_formatwr.h File Reference

Configuration file for formatted write module. More...

Go to the source code of this file.

Defines

#define CONFIG_PRINTF   PRINTF_FULL
 printf()-style formatter configuration.
#define CONFIG_FRMWRI_BUFSIZE   134
 Size of buffer to format "%" sequences in printf.

Detailed Description

Configuration file for formatted write module.

Author:
Daniele Basile <asterix@develer.com>

Definition in file cfg_formatwr.h.


Define Documentation

#define CONFIG_FRMWRI_BUFSIZE   134

Size of buffer to format "%" sequences in printf.

Warning: no check on buffer size is done when formatting, be careful especially with big numbers and f formatting.

Definition at line 62 of file cfg_formatwr.h.

#define CONFIG_PRINTF   PRINTF_FULL

printf()-style formatter configuration.

See also:
PRINTF_DISABLED
PRINTF_NOMODIFIERS
PRINTF_REDUCED
PRINTF_NOFLOAT
PRINTF_FULL

Definition at line 51 of file cfg_formatwr.h.