Example #1
0
 //FUZZ: disable check_for_lack_ACE_OS
 int write (ACE_FILE_IO &file, const char *str)
 {
 //FUZZ: enable check_for_lack_ACE_OS
   return file.send (str, ACE_OS::strlen (str));
 }