mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
0ad9f559ea
sprintf, vsprintf and strlen now in rua_strings, and strlen now returns int like it should.
9 lines
296 B
R
9 lines
296 B
R
#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;
|