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 -- https://mail.python.org/mailman/listinfo/python-list
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 -- https://mail.python.org/mailman/listinfo/python-list