dish/builtin.h

18 lines
267 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"
2023-03-29 15:01:10 +00:00
#ifdef POSTGRES
#include "postgres.h"
#endif
2022-09-18 06:46:23 +00:00
int getBuiltinNum();
#endif