mirror of
https://github.com/foxsen/archbase.git
synced 2026-05-02 14:31:10 +08:00
initial import to public repository
This commit is contained in:
8
materials/chapter4/varg.c
Normal file
8
materials/chapter4/varg.c
Normal file
@@ -0,0 +1,8 @@
|
||||
struct Ss {
|
||||
char c1, c2;
|
||||
} a3 = {3, 4};
|
||||
int fun (double a1, ...);
|
||||
int test () {
|
||||
return fun (1, (float) 2, a3, (long double) 5, (float) 6,
|
||||
(short) 7, (int) 8, (float) 9, (int)10);
|
||||
}
|
||||
Reference in New Issue
Block a user