diff options
author | 2008-09-07 10:13:02 -0400 | |
---|---|---|
committer | 2008-09-07 10:13:02 -0400 | |
commit | 79c2e18d5d237d48f0803bb874d72b4354ba9b25 (patch) | |
tree | 3766580321bca3f077b2115ec5cbcd30dd9312a4 /include | |
parent | 700a48cc6e78f75166b6e322207a29981782c4e3 (diff) |
intToString
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h index 8b74a21b..f4f33362 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -67,3 +67,5 @@ lw_Basis_string lw_Basis_sqlifyString(lw_context, lw_Basis_string); 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); |