/tutorial/cecil/creation/c_prog.c
http://github.com/tybor/Liberty · C · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 8e64929e34a6f27cb040170839e19494 MD5 · raw file
- #include <stdio.h>
- #include "eiffel.h"
- void* c_prog (void) {
- return string_make((unsigned char*)"Hi world !");
- }