ORCA-C/Tests/Spec.Conform/SPC4301.H
2017-10-21 18:40:19 -05:00

9 lines
204 B
C

/* 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;