the type stackrecord is a record with one member info of type whatever

typedef struct

{

whatever info;

}stackrecord;