Mercurial > hg > CbC > CbC_examples
view proto.c @ 25:6324b8df04f1
lj_as2: fix segmentation fault
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 31 Jan 2016 21:44:55 +0900 |
parents | 6d45489b5dcb |
children |
line wrap: on
line source
int main(){ goto ptes(1,2); } __code ptes(int a,int b){ printf("%d + %d = %d\n",a,b,a+b); }