little error

#ifndef LISTUPPER_H_
#define LISTUPPER_H_

#ifdef __cpluscplus  // this should be cplusplus ,otherwise that will be let program error

extern "C"

{
#endif

void upper(char *src,char *desc);

#ifdef __cplusplus

}


#endif





#endif /* LISTUPPER_H_ */


猜你喜欢

转载自blog.csdn.net/caozhaoa/article/details/38285043
今日推荐