home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume26
/
xinetd-2.1.1
/
part01
/
libs
/
src
/
str
/
ss_sbm.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-27
|
393 b
|
24 lines
/*
* (c) Copyright 1992, 1993 by Panagiotis Tsirigotis
* All rights reserved. The file named COPYRIGHT specifies the terms
* and conditions for redistribution.
*/
#ifndef SS_SBM_H
#define SS_SBM_H
/*
* $Id: ss_sbm.h,v 3.1 1993/06/13 02:46:00 panos Exp $
*/
typedef int last_int ; /* must be signed */
struct sbm_header
{
last_int *last_occurrence ;
} ;
#endif /* SS_SBM_H */