a
This commit is contained in:
9
libc/runestrlen.c
Normal file
9
libc/runestrlen.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <u.h>
|
||||
#include <libc.h>
|
||||
|
||||
long
|
||||
runestrlen(Rune *s)
|
||||
{
|
||||
|
||||
return runestrchr(s, 0) - s;
|
||||
}
|
Reference in New Issue
Block a user