We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f010d9b commit 8a16e73Copy full SHA for 8a16e73
ch01_00_assertions/main.c
@@ -25,8 +25,6 @@ void my_str_truncate( char* str, int str_len, int str_index ) {
25
str[str_index] = '\0';
26
}
27
28
-deliberate error to see if CI works
29
-
30
int main() {
31
char name[10];
32
strncpy( name, "anton", 10 );
0 commit comments