HOME


sh-3ll 1.0
DIR: /opt/alt/python38/include/python3.8
/opt/alt/python38/include/python3.8/
Upload File:
Current File : /opt/alt/python38/include/python3.8/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