2002-08-15 06:56:37 +00:00
|
|
|
#include "string.h"
|
|
|
|
|
|
|
|
string (float f) ftos = #26;
|
|
|
|
string (vector v) vtos = #27;
|
|
|
|
float (string s) stof = #81;
|
2004-01-07 00:04:07 +00:00
|
|
|
float (string s) strlen = #0x000f0000 + 100;
|
|
|
|
float (string goal, string s) charcount = #0x000f0000 + 101;
|
|
|
|
string (...) sprintf = #0x000f0000 + 109;
|
|
|
|
string (integer i) itos = #0x000f0000 + 112;
|
|
|
|
integer (string s) stoi = #0x000f0000 + 113;
|
|
|
|
vector (string s) stov = #0x000f0000 + 114;
|
2004-01-07 07:36:17 +00:00
|
|
|
|
|
|
|
string (void) str_new = #0;
|
|
|
|
string (string str) str_free = #0;
|
|
|
|
string (string dst, string src) str_copy = #0;
|
|
|
|
string (string str) str_clear = #0;
|