#include <stdio.h>#include <ansi.h>#include <stdarg.h>Go to the source code of this file.
Defines | |
| #define | io_testflag(p, x) ((p)->_flags & (x)) |
| #define | FL_LJUST 0x0001 |
| #define | FL_SIGN 0x0002 |
| #define | FL_SPACE 0x0004 |
| #define | FL_ALT 0x0008 |
| #define | FL_ZEROFILL 0x0010 |
| #define | FL_SHORT 0x0020 |
| #define | FL_LONG 0x0040 |
| #define | FL_LONGDOUBLE 0x0080 |
| #define | FL_WIDTHSPEC 0x0100 |
| #define | FL_PRECSPEC 0x0200 |
| #define | FL_SIGNEDCONV 0x0400 |
| #define | FL_NOASSIGN 0x0800 |
| #define | FL_NOMORE 0x1000 |
| #define | FL_LONGLONG 0x2000 |
Typedefs | |
| typedef long | printval_s_t |
| typedef unsigned long | printval_u_t |
| #define FL_ALT 0x0008 |
Definition at line 40 of file loc_incl.h.
| #define FL_LJUST 0x0001 |
Definition at line 37 of file loc_incl.h.
| #define FL_LONG 0x0040 |
Definition at line 43 of file loc_incl.h.
| #define FL_LONGDOUBLE 0x0080 |
Definition at line 44 of file loc_incl.h.
| #define FL_LONGLONG 0x2000 |
Definition at line 50 of file loc_incl.h.
| #define FL_NOASSIGN 0x0800 |
Definition at line 48 of file loc_incl.h.
| #define FL_NOMORE 0x1000 |
Definition at line 49 of file loc_incl.h.
| #define FL_PRECSPEC 0x0200 |
Definition at line 46 of file loc_incl.h.
| #define FL_SHORT 0x0020 |
Definition at line 42 of file loc_incl.h.
| #define FL_SIGN 0x0002 |
Definition at line 38 of file loc_incl.h.
| #define FL_SIGNEDCONV 0x0400 |
Definition at line 47 of file loc_incl.h.
| #define FL_SPACE 0x0004 |
Definition at line 39 of file loc_incl.h.
| #define FL_WIDTHSPEC 0x0100 |
Definition at line 45 of file loc_incl.h.
| #define FL_ZEROFILL 0x0010 |
Definition at line 41 of file loc_incl.h.
| typedef long printval_s_t |
Definition at line 17 of file loc_incl.h.
| typedef unsigned long printval_u_t |
Definition at line 18 of file loc_incl.h.
1.5.8