bartc wrote: > tokenrec * (*)[] > > the original source and that type is written like this: > > ref [] ref tokenrec The idiomatic way to write that type in C would be tokenrec ** -- Greg