the stackarray now no longer holds records, just simple variables of type whatever

typedef struct

{

whatever stackarray [LIMIT];

int top;

}stack;