Direktori : /proc/self/root/opt/imh-python/lib/python3.9/site-packages/zmq/utils/ |
Current File : //proc/self/root/opt/imh-python/lib/python3.9/site-packages/zmq/utils/getpid_compat.h |
#ifdef _WIN32 #include <process.h> #define getpid _getpid #else #include <unistd.h> #endif