Karg  v0.2.0
The kernel of CargOS
str.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <types.h>
4 
5 i32 str_cmp(const char *lhs, const char *rhs);
6 usize str_len(const char *str);
i32 str_cmp(const char *lhs, const char *rhs)
Definition: str.c:3
usize str_len(const char *str)
Definition: str.c:11
__INT32_TYPE__ i32
Definition: types.h:15
__UINTPTR_TYPE__ usize
Definition: types.h:28