/*--------------------------------------------------------------------------- C O S T A Internal data structures for the command stack. --------------------------------------------------------------------------*/ /*------------------------------------------------------------------------*/ typedef struct __costa { int iLock; int iList; int iMaxSize; int iCount; } Costa;