File: _str2set.h

package info (click to toggle)
smail 3.2.0.102-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,228 kB
  • ctags: 3,924
  • sloc: ansic: 41,366; sh: 3,434; makefile: 2,349; awk: 689; perl: 598; yacc: 427; sed: 2
file content (11 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
/* @(#) _str2set.h,v 1.2 1990/10/24 05:19:17 tron Exp */
/*
 * File   : _str2set.h
 * Updated: 10 April 1984
 * Purpose: External declarations for strprbk, strspn, strcspn &c
 * By: Richard A. O'Keefe.
 */

extern	int	_set_ctr;
extern	char	_set_vec[];
extern	void	_str2set(/*char^*/);