9 lines
94 B
C
9 lines
94 B
C
#ifndef _LOS_H_
|
|
|
|
#define _LOS_H_
|
|
|
|
#include <lua.h>
|
|
|
|
int callistoopen_os(lua_State *);
|
|
|
|
#endif
|