summaryrefslogtreecommitdiff
path: root/include/string.h
blob: a8edd6318cf35c5d946fde3988d5d14adeedc60c (plain)
1
2
3
4
5
6
7
8
#ifndef _STRING_H
#define _STRING_H

#include <stddef.h>

void *memset(void *s, int c, size_t n);

#endif /* _STRING_H */