//file str
#include <stdio.h> //file
/* test file */
int main(void)
{
// // test file /*....*/
char ch1[] = "char array";
/* test file // oh */
char ch2[] = "say:\"hello!\"";
return 0;
}// end of test
#include <stdio.h> //file
/* test file */
int main(void)
{
// // test file /*....*/
char ch1[] = "char array";
/* test file // oh */
char ch2[] = "say:\"hello!\"";
return 0;
}// end of test