manually update execinfo.mk
[dports.git] / devel / libuninum / pkg-descr
1 This is a library for converting Unicode strings to numbers. 
2 Standard functions like strtoul and strtod do this for numbers 
3 written in the usual Western number system using the Indo-Arabic 
4 numerals, but they do not handle other number systems. 
5 The main functions take as input a UTF-32 Unicode string and 
6 compute the corresponding unsigned integer.
7
8 WWW:    http://billposer.org/Software/libuninum.html