mirror of
https://gitlab.com/qemu-project/meson.git
synced 2025-07-03 04:20:37 +08:00
8 lines
70 B
C
8 lines
70 B
C
#include <stdio.h>
|
|
|
|
void hello(void){
|
|
|
|
printf("hello from C\n");
|
|
|
|
}
|