tool.h
来自「C-smile OOL is a scripting language with」· C头文件 代码 · 共 24 行
H
24 行
/*
*
* tool.h
*
* Copyright (c) 2001, 2002
* Andrew Fedoniouk - andrew@terra-informatica.org
* Portions: Serge Kuznetsov - kuznetsov@deeptown.org
*
* See the file "COPYING" for information on usage
* and redistribution of this file
*
*/
#include "cs_basic.h"
#include "cs_list.h"
#include "cs_array.h"
#include "cs_string.h"
#include "cs_hash.h"
#include "cs_dictionary.h"
#include "cs_hash_table.h"
#include "cs_datetime.h"
#include "cs_regexp.h"
using namespace tool;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?