This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuzhenjun-libosfp/src/libosfp.h
2023-09-15 11:44:10 +08:00

7 lines
77 B
C

#ifndef __LIBOSFP_H__
#define __LIBOSFP_H__
int libosfp_init(void);
#endif