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