KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
str.h
Go to the documentation of this file.
1/* KallistiOS ##version##
2
3 util/str.h
4 Copyright (C) 2026 Andress Barajas
5
6*/
7
8#ifndef UTIL_STR_H
9#define UTIL_STR_H
10
11int str_len(const char *s);
12int str_count(const char *s, char c);
13
14#endif /* UTIL_STR_H */
rw_semaphore_t s
Definition rwsem_test.c:25
int str_len(const char *s)
Definition str.c:10
int str_count(const char *s, char c)
Definition str.c:19