mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
7 lines
84 B
C
7 lines
84 B
C
#ifndef PYTHON_PORT_H
|
|
#define PYTHON_PORT_H
|
|
|
|
void mp_port_init_stack_top();
|
|
|
|
#endif
|