c buffer len

This commit is contained in:
Alexander Popov 2023-08-16 22:02:35 +03:00
parent d4e2da3838
commit 950d9d2f20
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/* size_t strlen(const char *s); */
size_t length;
length = strlen("Example string");