74c774baa578d8cb1c09bce74a460bcf558ad281
[ipdf/code.git] / src / real.cpp
1 #include "real.h"
2
3 namespace IPDF
4 {
5         // Maps the REAL to a string
6         const char * g_real_name[] = {
7                 "single",
8                 "double"
9         };
10
11 }

UCC git Repository :: git.ucc.asn.au