comparison CbC-examples/test_struct.c @ 126:5d30d517ebed

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents 4c6926a2b9bc
children
comparison
equal deleted inserted replaced
125:2c7bdd5a49f6 126:5d30d517ebed
1 extern int printf(const char*, ...);
2
3 void tset01( struct aaa B, int size);
1 4
2 struct aaa{ 5 struct aaa{
3 int a; // 4 6 int a; // 4
4 char b; // 1 7 char b; // 1
5 int c; // 4 8 int c; // 4