define a few standard library symbols

This commit is contained in:
Daniel Holth 2023-03-03 22:37:21 -05:00
parent fc46cf74f0
commit e83f20249c

View File

@ -7,6 +7,13 @@
#include "oggz/oggz.h"
#include "opus.h"
// small standard library
int _fstat;
int __gnu_thumb1_case_shi;
int _close;
int _isatty;
int _lseek;
typedef struct _mp_obj_oggz_t
{
mp_obj_base_t base;