summaryrefslogtreecommitdiff
path: root/include/string.h
blob: 7c1caa56d03a52fcee7a9d560107f6d0c48a6bc8 (plain)
1
2
3
4
5
6
7
8
9
#ifndef STRING_H
#define STRING_H

#include <defs.h>
#include <stddef.h>

size_t strlen(char* s) BLSEC_TEXT;

#endif