index
:
kogata.git
master
retrowave
Hobby OS ; intended to be small and perfect (^_^)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
*
);