#include "valgrind.h" #include int main (int argc, char **argv) { int x = VALGRIND_PRINTF("Yo"); printf ("%d\n", x); return 0; }