Skip to content

Commit

Permalink
Added comment to func
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkosComK committed Oct 1, 2024
1 parent d425b3f commit 64b66e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ft_strncmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

#include "libft.h"

/**
* Look at strcmp
*/
int ft_strncmp(const char *s1, const char *s2, size_t n)
{
size_t j;
Expand Down

0 comments on commit 64b66e2

Please sign in to comment.