HP C Programmer's Guide (92434-90009)

Chapter 3 59
Calling Other Languages
Comparing Structured Data Type Declarations
structure /x/
character*3 y
integer*2 z
character*5 w
end structure
structure /q/
character n
record /x/ v(2)
real*8 u
character t
end structure
structure /u/
union
map
integer*4 x
end map
map
character*4 y
end map
end union
end structure