lune/tests/ffi/external-print/lib.c

5 lines
93 B
C

#include<stdio.h>
void hello_world() {
printf("Hello world from external function!");
}