You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#FIXME: Need intptr_t in stddef.h
echo "#pragma once // Generated" > $NXDK_DIR/lib/xboxrt/libc_extensions/stddef_ext_.h
echo "#include <stdint.h>" >> $NXDK_DIR/lib/xboxrt/libc_extensions/stddef_ext_.h
echo "long long int _strtoi64(const char * nptr, char * * endptr, int base );" >> $NXDK_DIR/lib/xboxrt/libc_extensions/stddef_ext_.h
echo "unsigned long long int _strtoui64( const char * s, char ** endptr, int base );" >> $NXDK_DIR/lib/xboxrt/libc_extensions/stddef_ext_.h
There's more functionality in this, but this is enough for my current projects
The text was updated successfully, but these errors were encountered:
JayFoxRox
changed the title
Missing MS CRT functionality in sys/stddef.h
Missing MS CRT functionality in stddef.h
Apr 21, 2021
Here's a hack I've been using locally:
There's more functionality in this, but this is enough for my current projects
The text was updated successfully, but these errors were encountered: