MAKING MY WAY

This commit is contained in:
2023-08-23 00:00:51 +03:00
parent e484984127
commit 8ae5fcd64f

View File

@@ -1,7 +1,7 @@
#include "main.h" #include "main.h"
/** /**
* _strlen - Returns the length. * _strlen - Returns the length.
* @s: har pointer * @s: char pointer
* Return: c. * Return: c.
*/ */
int _strlen(char *s) int _strlen(char *s)