⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 util.h

📁 uClinux下用的数据库
💻 H
字号:
/*** Util Header File	(Public)*//************************************************************************* Standard header preamble.  Ensure singular inclusion, setup for** function prototypes and c++ inclusion*/#ifndef MAIN_UTIL_H#define MAIN_UTIL_H 1#if defined(__STDC__) || defined(__cplusplus)#  define __ANSI_PROTO(x)       x#else#  define __ANSI_PROTO(x)       ()#endif#ifdef __cplusplusextern "C" {#endif/************************************************************************* Macro Definitions*//************************************************************************* Type Definitions*//************************************************************************* Function Prototypes*/void utilFreeRow __ANSI_PROTO((row_t *));void utilQualifyConds __ANSI_PROTO((mQuery_t*));void utilQualifyOrder __ANSI_PROTO((mQuery_t*));void utilFormatPacket __ANSI_PROTO((char*,mField_t*));void utilFormatExport __ANSI_PROTO((char*,mField_t*));void utilQualifyFields __ANSI_PROTO((mQuery_t*));void utilExpandTableFields __ANSI_PROTO((msqld*, char*,mQuery_t*));int utilCheckDB __ANSI_PROTO((msqld*,char*));int utilSetupConds __ANSI_PROTO((cache_t*, mCond_t *));int utilSetupOrder __ANSI_PROTO((cache_t*, int*, mOrder_t*));int utilSetupFields __ANSI_PROTO((cache_t*, int*, mField_t*));int utilSetCondValueType __ANSI_PROTO((mCond_t*,mVal_t*));int utilSetFieldInfo __ANSI_PROTO((cache_t*, mField_t*));mField_t *utilDupFieldList __ANSI_PROTO((cache_t*));mField_t *utilExpandFieldWildCards __ANSI_PROTO((cache_t*,mField_t*));row_t *utilDupRow __ANSI_PROTO((cache_t*,row_t*,row_t*));/************************************************************************* Standard header file footer.  */#ifdef __cplusplus	}#endif /* __cplusplus */#endif /* file inclusion */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -