view schedular/main.c @ 3:51453d58fb8f

Update .hgignore
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Tue, 10 May 2016 13:54:39 +0900
parents 0410aa49eff5
children ac10727fee49
line wrap: on
line source

#include<stdio.h>

__code hello() {
    printf("hello\n");
}

int main(int argc, char const* argv[]) {
    goto hello();
}