Home
last modified time | relevance | path

Searched refs:CT_UINT (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dnano-vfscanf_local.h133 #define CT_UINT 4 /* Unsigned integer, i.e., strtoul. */ macro
Dnano-vfscanf.c327 scan_data.code = (c < 'o') ? CT_INT : CT_UINT; in _SVFSCANF()