This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
conterm
mirror of
https://github.com/0intro/conterm
Watch
1
Star
0
Fork
You've already forked conterm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
64af291eb2
conterm
/
libc
/
runestrlen.c
10 lines
94 B
C
Raw
Blame
History
#
include
<u.h>
#
include
<libc.h>
long
runestrlen
(
Rune
*
s
)
{
return
runestrchr
(
s
,
0
)
-
s
;
}
Reference in New Issue
View Git Blame
Copy Permalink