Convertir le code C en C en ligne

void prReplyException(char*errCode, char*errText)
{
  smne_reply_Error_def smneasnReply;
  short rc;
  char error_exception_code[50];
  char error_description[80];
  char logTxt[90];
  short chcnt=0;
  msgTxtDef
Akshay Patil