comparison CbC-examples/bug.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
1 typedef void (*atexit_callback)(void); 3 typedef void (*atexit_callback)(void);
2 typedef void (*cxa_atexit_callback)(void *); 4 typedef void (*cxa_atexit_callback)(void *);
3 struct one_atexit_routine 5 struct one_atexit_routine
4 { 6 {
5 int callback; 7 int callback;