0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-10 19:22:19 +00:00
quakeforge/ruamoko/lib/legacy_string.r

10 lines
296 B
R
Raw Normal View History

#include <string.h>
string (float f) ftos = #26;
string (vector v) vtos = #27;
float (string s) stof = #81;
float (string goal, string s) charcount = #0x000f0000 + 101;
string (int i) itos = #0x000f0000 + 112;
int (string s) stoi = #0x000f0000 + 113;
vector (string s) stov = #0x000f0000 + 114;