Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 17, 2017 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/e95ec65f0b9bd40b11bd7595cedf9ba1 to your computer and use it in GitHub Desktop.
Save Whateverable/e95ec65f0b9bd40b11bd7595cedf9ba1 to your computer and use it in GitHub Desktop.
nativecallable6
#Generated by App::GPTrixie
## Enumerations
## Structures
# == /usr/include/wchar.h ==
class __mbstate_t___value_Union is repr('CUnion') is export {
has uint32 $.__wch; # unsigned int __wch
has NYIRP6(Array with size) $.__wchb; # char[4] __wchb
}
class __mbstate_t is repr('CStruct') is export {
has int32 $.__count; # int __count
HAS __mbstate_t___value_Union $.__value; # Union __value
}
# == /usr/include/_G_config.h ==
class _G_fpos_t is repr('CStruct') is export {
has __off_t $.__pos; # Typedef<__off_t>->|long int| __pos
HAS __mbstate_t $.__state; # __mbstate_t __state
}
class _G_fpos64_t is repr('CStruct') is export {
has __off64_t $.__pos; # Typedef<__off64_t>->|long int| __pos
HAS __mbstate_t $.__state; # __mbstate_t __state
}
# == <built-in> ==
class __va_list_tag is repr('CStruct') is export {
}
## Extras stuff
constant FILE is export := _IO_FILE;
constant __FILE is export := _IO_FILE;
constant cookie_io_functions_t is export := _IO_cookie_io_functions_t;
constant fpos64_t is export := _G_fpos64_t;
constant _IO_lock_tPtr is export = Pointer;
constant fpos_t is export := _G_fpos_t;
## Functions
## Externs
#include <stdio.h>; void newterm(const char *,FILE *,FILE *);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment