@ -1,6 +1,7 @@
#include <stdint.h>
const char * ptr = "informatyk mpabi 0\n";
const char * ptr2 = "indwed mpabi 0\n";
int slen ( char *s ) {
@ -16,6 +17,7 @@ int main () {
int x = slen (ptr) ;
int x2 = slen (ptr2) ;
return 0;
}
The note is not visible to the blocked user.