aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/stdlib.h
blob: 601e7c499818ac2177bdc2a583685c4caf1362d9 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#include <stddef.h>
#include <stdint.h>

size_t strlen(const char*);