OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
to_char
lib/libc/stdio/vfprintf.c
251
#define to_char(n) ((n) + '0')
lib/libc/stdio/vfwprintf.c
257
#define to_char(n) ((wchar_t)((n) + '0'))
sys/kern/subr_prf.c
641
#define to_char(n) ((n) + '0')
sys/lib/libsa/printf.c
68
#define to_char(n) ((n) + '0')