Home | History | Annotate | Download | only in include

Lines Matching full:c99

66 // Needed for portability (C99 per 7.1.2)
80 // I will give the chance of redefining basic types for compilers that are not fully C99 compliant
84 typedef unsigned char cmsUInt8Number; // That is guaranteed by the C99 spec
85 typedef signed char cmsInt8Number; // That is guaranteed by the C99 spec