summaryrefslogtreecommitdiff
path: root/graphs/piscine/my_memcmp/my_memcmp.h
blob: d17cbe608678a15f6e9e16b50dcf7dbfb20f76b8 (plain)
1
2
3
4
5
6
7
8
#ifndef MY_MEMCMP_H
#define MY_MEMCMP_H

#include <stddef.h>

int my_memcmp(const void *s1, const void *s2, size_t num);

#endif /* !MY_MEMCMP_H */