fEmpty
bool fEmpty;
if (item->fEmpty == true) {
stringItem->fEmpty = false;
: fFull(NULL), fEmpty(NULL), fFullCount(0), fEmptyCount(0)
while (fEmpty)
_EmptyMagazine(SListPop(fEmpty));
SListPush(fEmpty, magazine);
if (fEmpty == NULL) {
fEmpty = _AllocMagazine();
if (fEmpty == NULL)
magazine = SListPop(fEmpty);
Magazine *fFull, *fEmpty;