Tuesday, 23 February 2016

Examine your system's headers and list the actual data types used to implement the primitive system data types.

The header <sys/types.h> defines some implementation-dependent data types,
called the primitive system data types. More of these data types are defined in other
headers as well. These data types are defined in the headers with the C typedef
facility. Most end in _t.

No comments:

Post a Comment