quakeforge/ruamoko/lib/string.r
Bill Currie 6f1dd54e99 quick and dirty fix to get menus loading again. libr.a really needs to be
cleaned up: most of the stuff in it should /not/ be in the standard library
2004-01-05 09:06:06 +00:00

11 lines
313 B
R

#include "string.h"
string (float f) ftos = #26;
string (vector v) vtos = #27;
float (string s) stof = #81;
float (string s) strlen = #100;
float (string goal, string s) charcount = #101;
string (...) sprintf = #109;
string (integer i) itos = #112;
integer (string s) stoi = #113;
vector (string s) stov = #114;