So, for example, the following illustrates the translation of the simple typedef for time_t from the C header file time.h:
typedef long time_t; define alias time_t fixed bin(31);