aboutsummaryrefslogtreecommitdiff
path: root/include/usr/string.h
blob: 7da44a8532a9a3883764a93abe1f289a1f001d02 (plain)
1
2
3
4
5
6
#ifndef USR_STRING_H
#define USR_STRING_H

char* ulong_to_string(unsigned long value, char* data);

#endif