This commit is contained in:
belfer 2024-05-16 09:37:39 +00:00
parent 3a3b7ca003
commit 36762be158
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include <stdint.h> #include <stdint.h>
char * ptr1 = "Dominik P"; char * ptr1 = "mpabi vlaz";
int strlen(char *s) int strlen(char *s)
{ {