cstring.h

来自「粗糙集应用软件」· C头文件 代码 · 共 25 行

H
25
字号
/*
 * Copyright (c) 1999 Boris Fomitchev
 * AUTOMATICALLY GENERATED - DO NOT EDIT !
 */

/*
 *
 *  This wrapper is needed for Borland C++ 5.0 to get STLport 
 *  header properly included
 */

#ifndef __STLPORT_BC_cstring_H
#  define  __STLPORT_BC_cstring_H

// include Borland's cstring.h
#  include  <..\Include\cstring.h>

// #  include  <..\cstring.>

#endif

// Local Variables:
// mode:C++
// End:

⌨️ 快捷键说明

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