xtypes.h

来自「介绍:MySQL是比较出名的数据库软件」· C头文件 代码 · 共 14 行

H
14
字号
/* If you need any special typedefs for function pointers &c to try   testing for in configure.in, define them here.  *//* According to ANSI, two struct types in the same module are not   compatible types.  So there's no way to define a type for   pthread_sigset_t that's compatible with sigset_t when they're   structure types, if we assume we can't pull in a __sigset_t or   something by itself from system header files.   Since that was my main reason for creating this file, there isn't   anything here now.  If after working on this code a bit longer we   don't find anything else to put here, this file should just go   away.  */

⌨️ 快捷键说明

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