5 lines
68 B
C++
5 lines
68 B
C++
|
#include <stdio.h>
|
||
|
void exported_from_c() {
|
||
|
printf("from c\n");
|
||
|
}
|