tc15.h
来自「c语言库函数!里面包含了所以c语言中的系统函数的实现及其详细说明和代码!请大家及」· C头文件 代码 · 共 20 行
H
20 行
/* +++Date last modified: 05-Jul-1997 */
/*
** SNIPPETS doesn't support many older compilers, but it's easy to add
** compiler or version specific header to make things portable. Here's
** a sample header for Turbo C 1.5.
*/
#ifndef TC15__H
#define TC15__H
#include "clock.h"
#include "strftime.h"
#define signal ssignal
#define FILENAME_MAX 80
#endif /* TC15__H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?