Abraxas/CCS Home Table of Contents
/*
*/
void m99(void)
Function Name: m99() { char *buf;// bad 99, don't use unsafe functions sprintf(buf,""); strcpy( buf, buf ); strncpy( buf, buf, 0 );
{
char *buf;
sprintf(buf,"");
strcpy( buf, buf );
strncpy( buf, buf, 0 );
}