summaryrefslogtreecommitdiff
path: root/tests/projects/vala/includec/src/printer.c
blob: dc7a82c6790bb567b0f34a0d1ae4bc79b7ccb835 (plain)
1
2
3
4
5
6
#include <stdio.h>

void printer_from_c() {
    printf("Calling from C");
}