dish/builtin.h

13 lines
220 B
C

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