Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ my_strlen
Function
my_strlen
resources/fegetopt.c:190–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
#endif
189
190
static size_t my_strlen (const char *str)
191
{
192
size_t n = 0;
193
while (*str++)
194
n++;
195
return n;
196
}
197
198
static const char * my_index (const char *str, int chr)
199
{
Callers
1
_fe_getopt_internal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected