<- ^ ->
Basic Types

5   Basic Types

Gont includes following basic types:

5.1   Pointers

There is no explicit notation of pointers. Structures and unions are always treated as pointers (as in Java). Strings are built in type. Pointers to functions are discussed in Section 8 below.

<- ^ ->
Basic Types