Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
include
/
python3.9
馃摛 Upload
馃摑 New File
馃搧 New Folder
Close
Editing: pyconfig.h
#include <bits/wordsize.h> #if __WORDSIZE == 32 #include "pyconfig-32.h" #elif __WORDSIZE == 64 #include "pyconfig-64.h" #else #error "Unknown word size" #endif
Save
Cancel