c buffer len
This commit is contained in:
4
snipplets/code/C/buffer_len.h
Normal file
4
snipplets/code/C/buffer_len.h
Normal file
@ -0,0 +1,4 @@
|
||||
/* size_t strlen(const char *s); */
|
||||
|
||||
size_t length;
|
||||
length = strlen("Example string");
|
Reference in New Issue
Block a user