C also allows you to create user-defined data types using structures
and typedef. (For information about structures
in C, see [6].) An example of a structured
list definition is shown below.
Important: typedef can only be used for compiled
UDFs.