diff include/urweb.h @ 284:77a28e7430bf

intToString
author Adam Chlipala <adamc@hcoop.net>
date Sun, 07 Sep 2008 10:13:02 -0400
parents c0e4ac23522d
children e89076c41c39
line wrap: on
line diff
--- a/include/urweb.h	Sun Sep 07 10:02:27 2008 -0400
+++ b/include/urweb.h	Sun Sep 07 10:13:02 2008 -0400
@@ -67,3 +67,5 @@
 lw_Basis_bool lw_Basis_sqlifyBool(lw_context, lw_Basis_bool);
 
 char *lw_Basis_ensqlBool(lw_Basis_bool);
+
+lw_Basis_string lw_Basis_intToString(lw_context, lw_Basis_int);