This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
fromenti
/
gomu
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
4823b53c0e
Rami (Branch)
Tag
master
gomu
/
ext
/
base
/
string.cpp
string.cpp
102 B
Cronologia
Originale
1
2
3
4
5
6
#include "string.hpp"
void* string_len(void* v){
return Gomu::to_integer(((string*)v)->size());
}