mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 20:40:18 +00:00
28 lines
778 B
C
28 lines
778 B
C
#pragma once
|
|
// generated by prebuild.py
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern const char kPythonLibs__enum[];
|
|
extern const char kPythonLibs__long[];
|
|
extern const char kPythonLibs__set[];
|
|
extern const char kPythonLibs_bisect[];
|
|
extern const char kPythonLibs_builtins[];
|
|
extern const char kPythonLibs_cmath[];
|
|
extern const char kPythonLibs_collections[];
|
|
extern const char kPythonLibs_colorsys[];
|
|
extern const char kPythonLibs_datetime[];
|
|
extern const char kPythonLibs_functools[];
|
|
extern const char kPythonLibs_heapq[];
|
|
extern const char kPythonLibs_itertools[];
|
|
extern const char kPythonLibs_operator[];
|
|
extern const char kPythonLibs_pickle[];
|
|
extern const char kPythonLibs_this[];
|
|
extern const char kPythonLibs_typing[];
|
|
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
#endif
|