string.cpp 102 B

123456
  1. #include "string.hpp"
  2. void* string_len(void* v){
  3. return Gomu::to_integer(((string*)v)->size());
  4. }