发布时间:2015-04-24 10:10:29
#include <stdlib.h> #include <stdio.h>typedef int INT;typedef int *P; //P is a pointer which point to int typetypedef int (*Add)(int,int);typedef int *(*Mul)(int,int);int myAdd(int a,int b){ &.........【阅读全文】
阅读(704) | 评论(0) | 转发(0)