2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-11 02:45:18 +01:00
waf/playground/cython/c_lib/lib.c
2011-09-10 11:13:51 +02:00

9 lines
90 B
C

#include "lib.h"
#include <stdio.h>
void hello(void)
{
printf("Hello, C-world!\n");
}