ORCA-C/Tests/Spec.Conform/SPC4301.H

1 line
204 B
C++
Raw Normal View History

/* Header file for Special Conformance Test 4.3.0.1 */ static int F1 (float a, char ch); static char chArray [] = { "abcd" }; extern void ChangeChar (char *ch); extern float real; extern long longNum;