Mercurial > urweb
diff 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 |
line wrap: on
line diff
--- a/include/urweb.h Sun Sep 07 10:13:02 2008 -0400 +++ b/include/urweb.h Sun Sep 07 10:20:42 2008 -0400 @@ -69,3 +69,5 @@ char *lw_Basis_ensqlBool(lw_Basis_bool); lw_Basis_string lw_Basis_intToString(lw_context, lw_Basis_int); +lw_Basis_string lw_Basis_floatToString(lw_context, lw_Basis_float); +lw_Basis_string lw_Basis_boolToString(lw_context, lw_Basis_bool);