mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-23 21:10:19 +00:00
8 lines
122 B
C
8 lines
122 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include "pocketpy/common/str.h"
|
|
|
|
void py_Name__initialize();
|
|
void py_Name__finalize();
|