mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-11 02:45:18 +01:00
9 lines
90 B
C
9 lines
90 B
C
#include "lib.h"
|
|
#include <stdio.h>
|
|
|
|
|
|
void hello(void)
|
|
{
|
|
printf("Hello, C-world!\n");
|
|
}
|