struct.c (116B)
1 2 struct s { 3 int a; 4 int b; 5 int c; 6 }; 7 8 void func(struct s* x, int y) { 9 x->a = y; 10 x->b = y * 2; 11 x->c = y - 45; 12 }
![]() | compilerUnnamed Compiled Systems Language Project |
git clone http://frotz.net/git/compiler.git | |
Log | Files | Refs |