ORCA-C/Tests/Spec.Conform/SPC4311.1.CC

1 line
405 B
Plaintext
Raw Normal View History

/* Separately compiled file containing functions called from main program in */ /* the file spc4.3.1.1.cc. */ #include <ctype.h> int I1 (char ch) { if (islower (ch)) return toupper (ch); } /*****************************************************************************/ #include <math.h> double D1 (float f) { return floor (f); }