initial commit

This commit is contained in:
2024-09-15 16:53:50 +03:00
commit 1bff04e860
4 changed files with 108 additions and 0 deletions

1
lib/strutils.h Normal file
View File

@@ -0,0 +1 @@
void count_vowels(char *str, int *result);