summaryrefslogtreecommitdiff
path: root/graphs/piscine/my_strlen/my_strlen.h
blob: 02806cc47d07ed9b1b4a7723af4cd8d4a2ae93c3 (plain)
1
2
3
4
5
6
#ifndef MY_STRLEN_H
#define MY_STRLEN_H

#include <stddef.h>

#endif /* ! MY_STRLEN_H */