🌈 style:
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#define STR_SIZE 32
|
||||
|
||||
int main()
|
||||
int main( )
|
||||
{
|
||||
char str[32] = "hello\0abc";
|
||||
char str1[STR_SIZE] = "hello";
|
||||
|
||||
Reference in New Issue
Block a user