AlkantarClanX12

Your IP : 18.220.200.197


Current Path : /proc/thread-self/root/opt/alt/python312/include/python3.12/
Upload File :
Current File : //proc/thread-self/root/opt/alt/python312/include/python3.12/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