Added empty_side() prototype

This commit is contained in:
Thomas Jensen 1999-06-25 18:52:59 +00:00
parent 0038f52681
commit b51b8e108a

View File

@ -4,14 +4,17 @@
* Date created: June 23, 1999 (Wednesday, 13:45h)
* Author: Thomas Jensen
* tsjensen@stud.informatik.uni-erlangen.de
* Version: $Id$
* Version: $Id: shape.h,v 1.1 1999/06/23 12:27:06 tsjensen Exp tsjensen $
* Language: ANSI C
* Purpose: Shape handling and information functions
* Remarks: ---
*
* Revision History:
*
* $Log$
* $Log: shape.h,v $
* Revision 1.1 1999/06/23 12:27:06 tsjensen
* Initial revision
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
@ -67,6 +70,8 @@ size_t widest (const sentry_t *sarr, const int n, ...);
shape_t leftmost (const int aside, const int cnt);
int empty_side (sentry_t *d, const int aside);
#endif /*SHAPE_H*/