10 lines
125 B
C
10 lines
125 B
C
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
/* The "original" function */
|
|
|
|
void actual ( void )
|
|
{
|
|
printf("in actual-so\n");
|
|
}
|
|
|