startup and debug led
[rpikern] / src / libc / string.h
1 #ifndef LIBC_STRING_H_
2 #define LIBC_STRING_H_
3
4 void *memset(void *ptr, int val, int size);
5
6 #endif  /* LIBC_STRING_H_ */