changeset 11:6d45489b5dcb

forget file
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 16 Apr 2015 19:40:07 +0900
parents ecf908a95702
children 0d306982c8b9
files proto.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/proto.c	Thu Apr 16 19:40:07 2015 +0900
@@ -0,0 +1,8 @@
+int main(){
+  goto ptes(1,2);
+}
+
+__code ptes(int a,int b){
+  printf("%d + %d = %d\n",a,b,a+b);
+}
+