Lies in education [was Re: The "loop and a half"]

Gregory Ewing greg.ewing at canterbury.ac.nz
Wed Oct 11 18:03:39 EDT 2017


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



More information about the Python-list mailing list