diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-05-23 13:55:59 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-05-23 13:55:59 +0000 |
| commit | 64b8c4d982634f6f342b4a7cf8323960d2cbc1a2 (patch) | |
| tree | 553720e6eb1a06bf70c16b8144f5cd50dc2e2e46 /halibut.h | |
| parent | 2c2cc2260f9302ed2a32d5cd6116d7e7a2f097cf (diff) | |
| download | halibut-64b8c4d982634f6f342b4a7cf8323960d2cbc1a2.zip halibut-64b8c4d982634f6f342b4a7cf8323960d2cbc1a2.tar.gz halibut-64b8c4d982634f6f342b4a7cf8323960d2cbc1a2.tar.bz2 halibut-64b8c4d982634f6f342b4a7cf8323960d2cbc1a2.tar.xz | |
All measurements in the paper backend are now configurable, as are
bullet and quote characters.
[originally from svn r4249]
Diffstat (limited to 'halibut.h')
| -rw-r--r-- | halibut.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -287,8 +287,9 @@ wchar_t utolower(wchar_t); int uisalpha(wchar_t); int ustrcmp(wchar_t *lhs, wchar_t *rhs); int ustricmp(wchar_t *lhs, wchar_t *rhs); -int utoi(wchar_t *); -int utob(wchar_t *); +int utoi(wchar_t const *); +double utof(wchar_t const *); +int utob(wchar_t const *); int uisdigit(wchar_t); wchar_t *ustrlow(wchar_t *s); wchar_t *ustrftime(const wchar_t *wfmt, const struct tm *timespec); |