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
11
int
str_len
(
const
char
*
s
);
12
int
str_count
(
const
char
*
s
,
char
c);
13
14
#endif
/* UTIL_STR_H */
s
rw_semaphore_t s
Definition
rwsem_test.c:25
str_len
int str_len(const char *s)
Definition
str.c:10
str_count
int str_count(const char *s, char c)
Definition
str.c:19
examples
dreamcast
profiling
gcov
util
str.h
Generated by
1.12.0