summaryrefslogtreecommitdiff
path: root/src/user/lib/include/string.h
blob: 8930bee5891dd7f4ac3ef46d0be35e48b01fffab (plain)
1
2
3
4
5
6
#pragma once
#include <shared/mem.h>

int isspace(char c);

long strtol(const char *restrict s, char **restrict end, int base);