comparison bug.c @ 1:ba74047a4d78

add Makefile for arg, bug, conv, normal and fix these .c file
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Wed, 22 Oct 2014 00:38:01 +0900
parents bacef8675607
children
comparison
equal deleted inserted replaced
0:bacef8675607 1:ba74047a4d78
1 #include<stdio.h>
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;