DEBSOURCES
Skip Quicknav
sources / valgrind / 1%3A3.24.0-3 / memcheck / tests / wrap7so.c
12345678910
#include <stdio.h> #include <unistd.h> /* The "original" function */ void actual ( void ) { printf("in actual-so\n"); }