sflvers.h
来自「短小精悍的C语言标准函数库。提供450个以上的可移植的算法和工具代码。」· C头文件 代码 · 共 23 行
H
23 行
/* ----------------------------------------------------------------<Prolog>-
Name: sflvers.h
Title: Define SFL version
Package: Standard Function Library (SFL)
Written: 1996/11/21 iMatix SFL project team <sfl@imatix.com>
Revised: 1998/10/02
Synopsis: Defines the SFL_VERSION constant.
Copyright: Copyright (c) 1996-2000 iMatix Corporation
License: This is free software; you can redistribute it and/or modify
it under the terms of the SFL License Agreement as provided
in the file LICENSE.TXT. This software is distributed in
the hope that it will be useful, but without any warranty.
------------------------------------------------------------------</Prolog>-*/
#ifndef SFLVERS_INCLUDED /* Allow multiple inclusions */
#define SFLVERS_INCLUDED
#define SFL_VERSION "2.01" /* Main SFL version */
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?