ONC+ Developer's Guide

Declaration

Single-precision floating-point data is declared as follows:

float identifier; 

Double-precision floating-point data is declared as follows:

double identifier;