Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

Simple type equivalence

So, for example, the following illustrates the translation of the simple typedef for time_t from the C header file time.h:

Figure 55. Simple type equivalence
    typedef long time_t;

    define alias time_t fixed bin(31);

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)