aboutsummaryrefslogtreecommitdiff
path: root/src/lib/inc/string.h
blob: c97fada035d40025b027aada6a78b1011282d63d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// MIT License, Copyright (c) 2020 Marvin Borner

#ifndef STRING_H
#define STRING_H

#include <def.h>

u32 strlen(const char *str);

#endif