mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-15 07:07:01 +00:00
8 lines
89 B
C
8 lines
89 B
C
|
|
#include <stdio.h>
|
|
|
|
void test_printer ( int x )
|
|
{
|
|
printf("test_printer: %d\n", x );
|
|
}
|