error C2059: syntax error : 'type'

int   __declspec  ( dllexport )  input(  char  c);
一直提示错误  error C2059: syntax error : 'type'
改为     __declspec (  dllexport )  int  *  input( char  c);就好了

你可能感兴趣的:(error C2059: syntax error : 'type')