home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume27
/
clc
/
part01
/
libs
/
src
/
str
/
ss_bmh.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-11-28
|
366 b
|
23 lines
/*
* (c) Copyright 1992, 1993 by Panagiotis Tsirigotis
* All rights reserved. The file named COPYRIGHT specifies the terms
* and conditions for redistribution.
*/
#ifndef SS_BMH_H
#define SS_BMH_H
/*
* $Id: ss_bmh.h,v 3.1 1993/06/13 02:42:53 panos Exp $
*/
typedef unsigned shift_int ;
struct bmh_header
{
shift_int *shift ;
} ;
#endif /* SS_BMH_H */