mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
11 lines
125 B
C
11 lines
125 B
C
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
/* The "original" function */
|
|
|
|
void actual ( void )
|
|
{
|
|
printf("in actual-so\n");
|
|
}
|
|
|