SYNOPSIS struct Coord; FILE /kernel/types.c DEFINITION A structure defining a set of x,y,z coordinates public struct Coord { int x,y,z; };