comparison CbC-examples/normal2.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 //#include<stdio.h> 1 //#include<stdio.h>
2 //#include<stdlib.h> 2 //#include<stdlib.h>
3 extern int printf(const char*, ...);
4 extern void exit(int);
3 5
4 struct abc { 6 struct abc {
5 int a; 7 int a;
6 double b; 8 double b;
7 char c; 9 char c;