_str2set.h
来自「Many C samples. It is a good sample for 」· C头文件 代码 · 共 11 行
H
11 行
/* File : _str2set.h
Updated: 10 April 1984
Purpose: External declarations for strprbk, strspn, strcspn &c
Copyright (C) 1984 Richard A. O'Keefe.
*/
extern int _set_ctr;
extern char _set_vec[];
extern void _str2set(/*char^*/);