dish/builtin.h

13 lines
220 B
C
Raw Normal View History

2022-09-18 06:46:23 +00:00
/*
* @Author: 1ridic
* @Date: 2022-09-18 14:15:44
* @Last Modified by: 1ridic
2022-09-18 12:44:33 +00:00
* @Last Modified time: 2022-09-18 20:31:59
2022-09-18 06:46:23 +00:00
*/
#ifndef _BUILTIN_H_
#define _BUILTIN_H_
2022-09-18 12:44:33 +00:00
#include "config.h"
2022-09-18 06:46:23 +00:00
int getBuiltinNum();
#endif