diff options
| author | chai <chaifix@163.com> | 2020-10-01 14:35:21 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2020-10-01 14:35:21 +0800 |
| commit | dc0e292e76a00fb43ad7fbdd6d65a560927ce981 (patch) | |
| tree | 199b64a68eed6909733ab2b93cbe52c1e655f477 /src/lua51/misc.h | |
| parent | 63cb4fbbb961da133c68865845eaf22d9b876700 (diff) | |
*gc
Diffstat (limited to 'src/lua51/misc.h')
| -rw-r--r-- | src/lua51/misc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lua51/misc.h b/src/lua51/misc.h new file mode 100644 index 0000000..be3fa92 --- /dev/null +++ b/src/lua51/misc.h @@ -0,0 +1,11 @@ +#ifndef MISC_H +#define MISC_H + +// µ÷ÊÔÓôúÂë + +#include <stdio.h> +#include <stdarg.h> + +void log(const char* formmat, ...); + +#endif
\ No newline at end of file |
