diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-09-07 12:19:15 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-09-07 12:19:15 -0400 |
commit | 5336dbf5369f77fba0f498a03523faebeed9c5b2 (patch) | |
tree | fddd00c363f5625d7d26f043dc903a4d01cf297f /include | |
parent | 1f893091967ed6a9bd8469a62ddf4017e87d563d (diff) |
Error-parsing floats and bools
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 7715cc21..51e6f04d 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -82,3 +82,5 @@ lw_Basis_float *lw_Basis_stringToFloat(lw_context, lw_Basis_string); lw_Basis_bool *lw_Basis_stringToBool(lw_context, lw_Basis_string); lw_Basis_int lw_Basis_stringToInt_error(lw_context, lw_Basis_string); +lw_Basis_float lw_Basis_stringToFloat_error(lw_context, lw_Basis_string); +lw_Basis_bool lw_Basis_stringToBool_error(lw_context, lw_Basis_string); |