mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
10 lines
190 B
C
10 lines
190 B
C
|
#ifndef Py_COSMO_H
|
||
|
#define Py_COSMO_H
|
||
|
#include "third_party/python/Include/object.h"
|
||
|
COSMOPOLITAN_C_START_
|
||
|
|
||
|
PyMODINIT_FUNC PyInit_cosmo(void);
|
||
|
|
||
|
COSMOPOLITAN_C_END_
|
||
|
#endif /* !Py_IMPORT_H */
|