Skip to content

Instantly share code, notes, and snippets.

@klange
Created May 9, 2018 08:07
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 klange/7701981001ef5f974c9cfe84d9aa46b4 to your computer and use it in GitHub Desktop.
Save klange/7701981001ef5f974c9cfe84d9aa46b4 to your computer and use it in GitHub Desktop.
things marked undeclared when building python for toaru-nih
built-in function 'abort'
built-in function 'atan2'
built-in function 'ceil'
built-in function 'frexp'
built-in function 'ldexp'
built-in function 'log'
built-in function 'modf'
built-in function 'snprintf'
function 'abort'
function 'atan2'
function 'ceil'
function 'ferror'
function 'frexp'
function 'gmtime_r'
function 'ldexp'
function 'localeconv'
function 'localtime_r'
function 'log'
function 'mbstowcs'
function 'modf'
function 'snprintf'
function 'strerror'
function 'strtod'
function 'strtol'
function 'strtoul'
function 'vsprintf'
function 'wcschr'
function 'wcscmp'
function 'wcslen'
function 'wcsncpy'
function 'wcsrchr'
function 'wcstombs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment