Source
#ifdef DEBUG
dump_string(test_string);
#endif /* DEBUG */
}
/* cleanup_unicode(void)
* Delete the file this test created.
*/
void cleanup_unicode(void)
{
remove(FILENAME);
HDremove(FILENAME);
}
#ifdef DEBUG
dump_string(test_string);
#endif /* DEBUG */
}
/* cleanup_unicode(void)
* Delete the file this test created.
*/
void cleanup_unicode(void)
{
remove(FILENAME);
HDremove(FILENAME);
}