csalloc.h

来自「CSLIB, a C++ database library.」· C头文件 代码 · 共 27 行

H
27
字号
/***********************************************************************

                       CSA Library, Free Evaluation Version 2.2.0 
                                           Release: June 9th 1997 

       Header file to maintain compatibility between compilers.

                                           Copyright(c) 1994-1997 
                                                          ComBits 
                                                  The Netherlands 
***********************************************************************/
#ifndef __CSALLOC_H
#define __CSALLOC_H

#include "cscmplr.h"

#ifdef _CP_001
#include "alloc.h"
#endif

#ifdef _CP_002
#include "malloc.h"
#endif


#endif

⌨️ 快捷键说明

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