update C snipplets
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/* size_t strlen(const char *s); */
|
||||
|
||||
size_t length;
|
||||
length = strlen("Example string");
|
||||
Reference in New Issue
Block a user