int ciargc()
{
#ifndef __ABSC__

  return iargc();
#else

  return IARGC();
#endif

}


syntax highlighted by Code2HTML, v. 0.9.1