// test12.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
void func(int i)
{
printf("This is for test %i", i);
}
!-- frame contents -- !-- /frame contents -- typedef void (*PFUNC)(int);
strUCt FUNC
{
PFUNC pfunc;
};
v...[ 查看全文 ]