_generated.h 778 B

123456789101112131415161718192021222324252627
  1. #pragma once
  2. // generated by prebuild.py
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. extern const char kPythonLibs__enum[];
  7. extern const char kPythonLibs__long[];
  8. extern const char kPythonLibs__set[];
  9. extern const char kPythonLibs_bisect[];
  10. extern const char kPythonLibs_builtins[];
  11. extern const char kPythonLibs_cmath[];
  12. extern const char kPythonLibs_collections[];
  13. extern const char kPythonLibs_colorsys[];
  14. extern const char kPythonLibs_datetime[];
  15. extern const char kPythonLibs_functools[];
  16. extern const char kPythonLibs_heapq[];
  17. extern const char kPythonLibs_itertools[];
  18. extern const char kPythonLibs_operator[];
  19. extern const char kPythonLibs_pickle[];
  20. extern const char kPythonLibs_this[];
  21. extern const char kPythonLibs_typing[];
  22. #ifdef __cplusplus
  23. } // extern "C"
  24. #endif