C++程序  |  11行  |  125 B


#include <stdio.h>
#include <unistd.h>
/* The "original" function */

void actual ( void )
{
  printf("in actual-so\n");
}