????

Your IP : 3.133.142.6


Current Path : /usr/include/python2.6/
Upload File :
Current File : //usr/include/python2.6/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