ghost from mw2 frfr

This commit is contained in:
2023-08-23 00:00:17 +03:00
parent 3c35ee9f72
commit ad6dafa53d

View File

@@ -14,7 +14,7 @@ int _strlen(char *s)
} }
/** /**
* _strlenc - Strlen function char pointer s * _strlenc - Strlen function char pointer s
* @s: Type char pointer * @s: char pointer
* Return: c * Return: c
*/ */
int _strlenc(const char *s) int _strlenc(const char *s)