blob: fe4e38d634ad77da7ab80832fafc282b60f5ea7d [file] [log] [blame]
#include <stdio.h>
void do_print() {
printf("do print called\n");
}