I’m looking for a PHP-like high level C utility library.
I’ve found the following libraries:
- APR = Apache Portable Runtime
- GLib (part of the GTK+ project)
- qlibc
- iMatix’ SFL = Standard Function Library
- cbase
All of them looks good, but i’d like to know if there is a straight C port of some PHP functions.
My aim is to speedup development using already well-known functions prototypes.
I’ve found this eXtended C Standard Library is exactly what i was looking for.