aboutsummaryrefslogtreecommitdiff
path: root/string.h
blob: 41956c5f460c5a44b16f60b0f163d8d399cc0589 (plain)
1
2
3
4
5
6
#ifndef STRING_H
#define STRING_H

uint64_t strlen(char *string);

#endif