Mercurial > urweb
comparison include/urweb.h @ 285:e89076c41c39
toString for float and bool
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 07 Sep 2008 10:20:42 -0400 |
parents | 77a28e7430bf |
children | ffe5b01908ae |
comparison
equal
deleted
inserted
replaced
284:77a28e7430bf | 285:e89076c41c39 |
---|---|
67 lw_Basis_bool lw_Basis_sqlifyBool(lw_context, lw_Basis_bool); | 67 lw_Basis_bool lw_Basis_sqlifyBool(lw_context, lw_Basis_bool); |
68 | 68 |
69 char *lw_Basis_ensqlBool(lw_Basis_bool); | 69 char *lw_Basis_ensqlBool(lw_Basis_bool); |
70 | 70 |
71 lw_Basis_string lw_Basis_intToString(lw_context, lw_Basis_int); | 71 lw_Basis_string lw_Basis_intToString(lw_context, lw_Basis_int); |
72 lw_Basis_string lw_Basis_floatToString(lw_context, lw_Basis_float); | |
73 lw_Basis_string lw_Basis_boolToString(lw_context, lw_Basis_bool); |