/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

  1. #include <stdio.h>
  2. #include "eiffel.h"
  3. void* c_prog (void) {
  4. return string_make((unsigned char*)"Hi world !");
  5. }