/************************************************************************ ** ** FILE : steio.h ** ** ZWECK : ** ** AUTOR : Michael C. Ancutici ** Universitaet Stuttgart, Fakultaet Informatik ** ** DATUM : 14.03.93 ** *************************************************************************/ #ifndef STEIO_H #define STEIO_H #include "stetype.h" extern void SteInsert( int, STELLE *); extern void SteInit(); extern int SteNeu( int, int); extern void SteRemove( int); extern void SteChangePlace( int, int, int); #endif