+
Point of view
All features
deferred class STDIO_EXTERNALS
Summary
Direct parents
Insert list: ANY, STANDARD_C_LIBRARY_TYPES
Overview
Features
External calls hidden function __asprintf skipped.
{}
variable-size types
{WRAPPER_HANDLER}
C type definitions (typedefs)
{WRAPPER_HANDLER}
  • comparison_fn_t: POINTER
    typedef comparison_fn_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
  • timer_t: POINTER
    typedef timer_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • clockid_t: INTEGER_32
    typedef clockid_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • time_t: INTEGER_64
    typedef time_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • clock_t: INTEGER_64
    typedef clock_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • uintmax_t: NATURAL_64
    typedef uintmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • intmax_t: INTEGER_64
    typedef intmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uintptr_t: NATURAL_64
    typedef uintptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • intptr_t: INTEGER_64
    typedef intptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast64_t: NATURAL_64
    typedef uint_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast32_t: NATURAL_64
    typedef uint_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast16_t: NATURAL_64
    typedef uint_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast8_t: CHARACTER
    typedef uint_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast64_t: INTEGER_64
    typedef int_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast32_t: INTEGER_64
    typedef int_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast16_t: INTEGER_64
    typedef int_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast8_t: CHARACTER
    typedef int_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least64_t: NATURAL_64
    typedef uint_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least32_t: NATURAL_32
    typedef uint_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least16_t: NATURAL_16
    typedef uint_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least8_t: CHARACTER
    typedef uint_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least64_t: INTEGER_64
    typedef int_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least32_t: INTEGER_32
    typedef int_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least16_t: INTEGER_16
    typedef int_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least8_t: CHARACTER
    typedef int_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint64_t: NATURAL_64
    typedef uint64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint32_t: NATURAL_32
    typedef uint32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint16_t: NATURAL_16
    typedef uint16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint8_t: CHARACTER
    typedef uint8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int64_t: INTEGER_64
    typedef int64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int32_t: INTEGER_32
    typedef int32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int16_t: INTEGER_16
    typedef int16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int8_t: CHARACTER
    typedef int8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • ssize_t: INTEGER_64
    typedef ssize_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • off64_t: INTEGER_64
    typedef off64_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
  • off_t: INTEGER_64
    typedef off_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
  • size_t: NATURAL_64
    typedef size_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
  • ptrdiff_t: INTEGER_64
    typedef ptrdiff_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • error_t: INTEGER_32
    typedef error_t from /usr/include/errno.h Empty by design, used for anchored declarations.
asprintf (a_ptr: POINTER, a_fmt: POINTER): INTEGER_32
{}
function asprintf (in /usr/include/stdio.h) asprintf (variadic call)
clearerr (a_stream: POINTER)
{}
function clearerr (in /usr/include/stdio.h) clearerr
clearerr_unlocked (a_stream: POINTER)
{}
function clearerr_unlocked (in /usr/include/stdio.h) clearerr_unlocked
ctermid (a_s: POINTER): POINTER
{}
function ctermid (in /usr/include/stdio.h) ctermid
cuserid (a_s: POINTER): POINTER
{}
function cuserid (in /usr/include/stdio.h) cuserid
dprintf (a_fd: INTEGER_32, a_fmt: POINTER): INTEGER_32
{}
function dprintf (in /usr/include/stdio.h) dprintf (variadic call)
fclose (a_stream: POINTER): INTEGER_32
{}
function fclose (in /usr/include/stdio.h) fclose
fcloseall: INTEGER_32
{}
function fcloseall (in /usr/include/stdio.h) fcloseall
fdopen (a_fd: INTEGER_32, a_modes: POINTER): POINTER
{}
function fdopen (in /usr/include/stdio.h) fdopen
feof (a_stream: POINTER): INTEGER_32
{}
function feof (in /usr/include/stdio.h) feof
feof_unlocked (a_stream: POINTER): INTEGER_32
{}
function feof_unlocked (in /usr/include/stdio.h) feof_unlocked
ferror (a_stream: POINTER): INTEGER_32
{}
function ferror (in /usr/include/stdio.h) ferror
ferror_unlocked (a_stream: POINTER): INTEGER_32
{}
function ferror_unlocked (in /usr/include/stdio.h) ferror_unlocked
fflush (a_stream: POINTER): INTEGER_32
{}
function fflush (in /usr/include/stdio.h) fflush
fflush_unlocked (a_stream: POINTER): INTEGER_32
{}
function fflush_unlocked (in /usr/include/stdio.h) fflush_unlocked
fgetc (a_stream: POINTER): INTEGER_32
{}
function fgetc (in /usr/include/stdio.h) fgetc
fgetc_unlocked (a_stream: POINTER): INTEGER_32
{}
function fgetc_unlocked (in /usr/include/stdio.h) fgetc_unlocked
fgetpos (a_stream: POINTER, a_pos: POINTER): INTEGER_32
{}
function fgetpos (in /usr/include/stdio.h) fgetpos
fgetpos64 (a_stream: POINTER, a_pos: POINTER): INTEGER_32
{}
function fgetpos64 (in /usr/include/stdio.h) fgetpos64
fgets (a_s: POINTER, a_n: INTEGER_32, a_stream: POINTER): POINTER
{}
function fgets (in /usr/include/stdio.h) fgets
fgets_unlocked (a_s: POINTER, a_n: INTEGER_32, a_stream: POINTER): POINTER
{}
function fgets_unlocked (in /usr/include/stdio.h) fgets_unlocked
fileno (a_stream: POINTER): INTEGER_32
{}
function fileno (in /usr/include/stdio.h) fileno
fileno_unlocked (a_stream: POINTER): INTEGER_32
{}
function fileno_unlocked (in /usr/include/stdio.h) fileno_unlocked
flockfile (a_stream: POINTER)
{}
function flockfile (in /usr/include/stdio.h) flockfile
fmemopen (a_s: POINTER, a_len: NATURAL_64, a_modes: POINTER): POINTER
{}
function fmemopen (in /usr/include/stdio.h) fmemopen
fopen (a_filename: POINTER, a_modes: POINTER): POINTER
{}
function fopen (in /usr/include/stdio.h) fopen
fopen64 (a_filename: POINTER, a_modes: POINTER): POINTER
{}
function fopen64 (in /usr/include/stdio.h) fopen64
fprintf (a_stream: POINTER, a_format: POINTER): INTEGER_32
{}
function fprintf (in /usr/include/stdio.h) fprintf (variadic call)
fputc (a_c: INTEGER_32, a_stream: POINTER): INTEGER_32
{}
function fputc (in /usr/include/stdio.h) fputc
fputc_unlocked (a_c: INTEGER_32, a_stream: POINTER): INTEGER_32
{}
function fputc_unlocked (in /usr/include/stdio.h) fputc_unlocked
fputs (a_s: POINTER, a_stream: POINTER): INTEGER_32
{}
function fputs (in /usr/include/stdio.h) fputs
fputs_unlocked (a_s: POINTER, a_stream: POINTER): INTEGER_32
{}
function fputs_unlocked (in /usr/include/stdio.h) fputs_unlocked
fread (a_ptr: POINTER, a_size: NATURAL_64, a_n: NATURAL_64, a_stream: POINTER): NATURAL_64
{}
function fread (in /usr/include/stdio.h) fread
fread_unlocked (a_ptr: POINTER, a_size: NATURAL_64, a_n: NATURAL_64, a_stream: POINTER): NATURAL_64
{}
function fread_unlocked (in /usr/include/stdio.h) fread_unlocked
freopen (a_filename: POINTER, a_modes: POINTER, a_stream: POINTER): POINTER
{}
function freopen (in /usr/include/stdio.h) freopen
freopen64 (a_filename: POINTER, a_modes: POINTER, a_stream: POINTER): POINTER
{}
function freopen64 (in /usr/include/stdio.h) freopen64
fscanf (a_stream: POINTER, a_format: POINTER): INTEGER_32
{}
function fscanf (in /usr/include/stdio.h) fscanf (variadic call)
fseek (a_stream: POINTER, an_off: INTEGER_64, a_whence: INTEGER_32): INTEGER_32
{}
function fseek (in /usr/include/stdio.h) fseek
fseeko (a_stream: POINTER, an_off: INTEGER_64, a_whence: INTEGER_32): INTEGER_32
{}
function fseeko (in /usr/include/stdio.h) fseeko
fseeko64 (a_stream: POINTER, an_off: INTEGER_64, a_whence: INTEGER_32): INTEGER_32
{}
function fseeko64 (in /usr/include/stdio.h) fseeko64
fsetpos (a_stream: POINTER, a_pos: POINTER): INTEGER_32
{}
function fsetpos (in /usr/include/stdio.h) fsetpos
fsetpos64 (a_stream: POINTER, a_pos: POINTER): INTEGER_32
{}
function fsetpos64 (in /usr/include/stdio.h) fsetpos64
ftell (a_stream: POINTER): INTEGER_64
{}
function ftell (in /usr/include/stdio.h) ftell
ftello (a_stream: POINTER): INTEGER_64
{}
function ftello (in /usr/include/stdio.h) ftello
ftello64 (a_stream: POINTER): INTEGER_64
{}
function ftello64 (in /usr/include/stdio.h) ftello64
ftrylockfile (a_stream: POINTER): INTEGER_32
{}
function ftrylockfile (in /usr/include/stdio.h) ftrylockfile
funlockfile (a_stream: POINTER)
{}
function funlockfile (in /usr/include/stdio.h) funlockfile
fwrite (a_ptr: POINTER, a_size: NATURAL_64, a_n: NATURAL_64, a_s: POINTER): NATURAL_64
{}
function fwrite (in /usr/include/stdio.h) fwrite
fwrite_unlocked (a_ptr: POINTER, a_size: NATURAL_64, a_n: NATURAL_64, a_stream: POINTER): NATURAL_64
{}
function fwrite_unlocked (in /usr/include/stdio.h) fwrite_unlocked
getc (a_stream: POINTER): INTEGER_32
{}
function getc (in /usr/include/stdio.h) getc
getc_unlocked (a_stream: POINTER): INTEGER_32
{}
function getc_unlocked (in /usr/include/stdio.h) getc_unlocked
getchar: INTEGER_32
{}
function getchar (in /usr/include/stdio.h) getchar
getchar_unlocked: INTEGER_32
{}
function getchar_unlocked (in /usr/include/stdio.h) getchar_unlocked
getdelim (a_lineptr: POINTER, a_n: POINTER, a_delimiter: INTEGER_32, a_stream: POINTER): INTEGER_64
{}
function getdelim (in /usr/include/stdio.h) getdelim
getline (a_lineptr: POINTER, a_n: POINTER, a_stream: POINTER): INTEGER_64
{}
function getline (in /usr/include/stdio.h) getline
gets (a_s: POINTER): POINTER
{}
function gets (in /usr/include/stdio.h) gets
getw (a_stream: POINTER): INTEGER_32
{}
function getw (in /usr/include/stdio.h) getw
obstack_printf (an_obstack: POINTER, a_format: POINTER): INTEGER_32
{}
function obstack_printf (in /usr/include/stdio.h) obstack_printf (variadic call)
obstack_vprintf (an_obstack: POINTER, a_format: POINTER, an_args: POINTER): INTEGER_32
{}
function obstack_vprintf (in /usr/include/stdio.h) obstack_vprintf
open_memstream (a_bufloc: POINTER, a_sizeloc: POINTER): POINTER
{}
function open_memstream (in /usr/include/stdio.h) open_memstream
pclose (a_stream: POINTER): INTEGER_32
{}
function pclose (in /usr/include/stdio.h) pclose
perror (a_s: POINTER)
{}
function perror (in /usr/include/stdio.h) perror
popen (a_command: POINTER, a_modes: POINTER): POINTER
{}
function popen (in /usr/include/stdio.h) popen
printf (a_format: POINTER): INTEGER_32
{}
function printf (in /usr/include/stdio.h) printf (variadic call)
putc (a_c: INTEGER_32, a_stream: POINTER): INTEGER_32
{}
function putc (in /usr/include/stdio.h) putc
putc_unlocked (a_c: INTEGER_32, a_stream: POINTER): INTEGER_32
{}
function putc_unlocked (in /usr/include/stdio.h) putc_unlocked
putchar (a_c: INTEGER_32): INTEGER_32
{}
function putchar (in /usr/include/stdio.h) putchar
putchar_unlocked (a_c: INTEGER_32): INTEGER_32
{}
function putchar_unlocked (in /usr/include/stdio.h) putchar_unlocked
puts (a_s: POINTER): INTEGER_32
{}
function puts (in /usr/include/stdio.h) puts
putw (a_w: INTEGER_32, a_stream: POINTER): INTEGER_32
{}
function putw (in /usr/include/stdio.h) putw
remove (a_filename: POINTER): INTEGER_32
{}
function remove (in /usr/include/stdio.h) remove
rename_external (an_old: POINTER, a_new: POINTER): INTEGER_32
{}
function rename (in /usr/include/stdio.h) rename
renameat (an_oldfd: INTEGER_32, an_old: POINTER, a_newfd: INTEGER_32, a_new: POINTER): INTEGER_32
{}
function renameat (in /usr/include/stdio.h) renameat
rewind (a_stream: POINTER)
{}
function rewind (in /usr/include/stdio.h) rewind
scanf (a_format: POINTER): INTEGER_32
{}
function scanf (in /usr/include/stdio.h) scanf (variadic call)
setbuf (a_stream: POINTER, a_buf: POINTER)
{}
function setbuf (in /usr/include/stdio.h) setbuf
setbuffer (a_stream: POINTER, a_buf: POINTER, a_size: NATURAL_64)
{}
function setbuffer (in /usr/include/stdio.h) setbuffer
setlinebuf (a_stream: POINTER)
{}
function setlinebuf (in /usr/include/stdio.h) setlinebuf
setvbuf (a_stream: POINTER, a_buf: POINTER, a_modes: INTEGER_32, a_n: NATURAL_64): INTEGER_32
{}
function setvbuf (in /usr/include/stdio.h) setvbuf
snprintf (a_s: POINTER, a_maxlen: NATURAL_64, a_format: POINTER): INTEGER_32
{}
function snprintf (in /usr/include/stdio.h) snprintf (variadic call)
sprintf (a_s: POINTER, a_format: POINTER): INTEGER_32
{}
function sprintf (in /usr/include/stdio.h) sprintf (variadic call)
sscanf (a_s: POINTER, a_format: POINTER): INTEGER_32
{}
function sscanf (in /usr/include/stdio.h) sscanf (variadic call)
stderr: POINTER
{}
stderr
address_of_stderr: POINTER
{}
Address of stderr
set_stderr (a_value: POINTER)
{}
Set variable stderr value
stdin: POINTER
{}
stdin
address_of_stdin: POINTER
{}
Address of stdin
set_stdin (a_value: POINTER)
{}
Set variable stdin value
stdout: POINTER
{}
stdout
address_of_stdout: POINTER
{}
Address of stdout
set_stdout (a_value: POINTER)
{}
Set variable stdout value
tempnam (a_dir: POINTER, a_pfx: POINTER): POINTER
{}
function tempnam (in /usr/include/stdio.h) tempnam
tmpfile: POINTER
{}
function tmpfile (in /usr/include/stdio.h) tmpfile
tmpfile64: POINTER
{}
function tmpfile64 (in /usr/include/stdio.h) tmpfile64
tmpnam (a_s: POINTER): POINTER
{}
function tmpnam (in /usr/include/stdio.h) tmpnam
tmpnam_r (a_s: POINTER): POINTER
{}
function tmpnam_r (in /usr/include/stdio.h) tmpnam_r
ungetc (a_c: INTEGER_32, a_stream: POINTER): INTEGER_32
{}
function ungetc (in /usr/include/stdio.h) ungetc
vasprintf (a_ptr: POINTER, a_f: POINTER, an_arg: POINTER): INTEGER_32
{}
function vasprintf (in /usr/include/stdio.h) vasprintf
vdprintf (a_fd: INTEGER_32, a_fmt: POINTER, an_arg: POINTER): INTEGER_32
{}
function vdprintf (in /usr/include/stdio.h) vdprintf
vfprintf (a_s: POINTER, a_format: POINTER, an_arg: POINTER): INTEGER_32
{}
function vfprintf (in /usr/include/stdio.h) vfprintf
vfscanf (a_s: POINTER, a_format: POINTER, an_arg: POINTER): INTEGER_32
{}
function vfscanf (in /usr/include/stdio.h) vfscanf
vprintf (a_format: POINTER, an_arg: POINTER): INTEGER_32
{}
function vprintf (in /usr/include/stdio.h) vprintf
vscanf (a_format: POINTER, an_arg: POINTER): INTEGER_32
{}
function vscanf (in /usr/include/stdio.h) vscanf
vsnprintf (a_s: POINTER, a_maxlen: NATURAL_64, a_format: POINTER, an_arg: POINTER): INTEGER_32
{}
function vsnprintf (in /usr/include/stdio.h) vsnprintf
vsprintf (a_s: POINTER, a_format: POINTER, an_arg: POINTER): INTEGER_32
{}
function vsprintf (in /usr/include/stdio.h) vsprintf
vsscanf (a_s: POINTER, a_format: POINTER, an_arg: POINTER): INTEGER_32
{}
function vsscanf (in /usr/include/stdio.h) vsscanf
long: INTEGER_64
effective function
a query with the same type of c 'long int'.
useful when dealing with code that uses long int variable: just insert th class and mark the type as 'like long'
long_unsigned: NATURAL_64
effective function
a query with the same type of c 'long unsigned int'.
useful when dealing with code that uses long int variable: just insert th class and mark the type as 'like long_unsigned'
comparison_fn_t: POINTER
effective function
typedef comparison_fn_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
timer_t: POINTER
effective function
typedef timer_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
clockid_t: INTEGER_32
effective function
typedef clockid_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
time_t: INTEGER_64
effective function
typedef time_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
clock_t: INTEGER_64
effective function
typedef clock_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uintmax_t: NATURAL_64
effective function
typedef uintmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
intmax_t: INTEGER_64
effective function
typedef intmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uintptr_t: NATURAL_64
effective function
typedef uintptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
intptr_t: INTEGER_64
effective function
typedef intptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast64_t: NATURAL_64
effective function
typedef uint_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast32_t: NATURAL_64
effective function
typedef uint_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast16_t: NATURAL_64
effective function
typedef uint_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast8_t: CHARACTER
effective function
typedef uint_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast64_t: INTEGER_64
effective function
typedef int_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast32_t: INTEGER_64
effective function
typedef int_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast16_t: INTEGER_64
effective function
typedef int_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast8_t: CHARACTER
effective function
typedef int_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least64_t: NATURAL_64
effective function
typedef uint_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least32_t: NATURAL_32
effective function
typedef uint_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least16_t: NATURAL_16
effective function
typedef uint_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least8_t: CHARACTER
effective function
typedef uint_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least64_t: INTEGER_64
effective function
typedef int_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least32_t: INTEGER_32
effective function
typedef int_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least16_t: INTEGER_16
effective function
typedef int_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least8_t: CHARACTER
effective function
typedef int_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint64_t: NATURAL_64
effective function
typedef uint64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint32_t: NATURAL_32
effective function
typedef uint32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint16_t: NATURAL_16
effective function
typedef uint16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint8_t: CHARACTER
effective function
typedef uint8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int64_t: INTEGER_64
effective function
typedef int64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int32_t: INTEGER_32
effective function
typedef int32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int16_t: INTEGER_16
effective function
typedef int16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int8_t: CHARACTER
effective function
typedef int8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
ssize_t: INTEGER_64
effective function
typedef ssize_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
off64_t: INTEGER_64
effective function
typedef off64_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
off_t: INTEGER_64
effective function
typedef off_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
size_t: NATURAL_64
effective function
typedef size_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
ptrdiff_t: INTEGER_64
effective function
typedef ptrdiff_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
error_t: INTEGER_32
effective function
typedef error_t from /usr/include/errno.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default