|
PatchworkOS
19e446b
A non-POSIX operating system.
|
#include <assert.h>#include <ctype.h>#include <stdarg.h>#include <stddef.h>#include <stdint.h>#include <stdlib.h>#include <string.h>#include <sys/defs.h>#include "digits.h"Go to the source code of this file.
Data Structures | |
| struct | _scan_ctx_t |
| struct | _scan_format_ctx_t |
| struct | _scanset_t |
Enumerations | |
| enum | _scan_format_flags_t { _SCAN_SUPPRESS_ASSIGNMENT = 1 << 0 } |
| enum | _scan_format_length_t { _SCAN_DEFAULT = 0 , _SCAN_HH , _SCAN_H , _SCAN_L , _SCAN_LL , _SCAN_J , _SCAN_Z , _SCAN_T } |
| enum | _scan_format_integer_flags_t { _SCAN_INTEGER_UNSIGNED = 0 , _SCAN_INTEGER_SIGNED = 1 << 0 } |