allwinner_a64/android/external/valgrind/cachegrind/tests/myprint.c
2018-08-08 16:14:42 +08:00

6 lines
72 B
C

#include <stdio.h>
void myprint(void)
{
puts("This is myprint!");
}