mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
.. | ||
base | ||
container | ||
curl | ||
db | ||
dbi | ||
debug | ||
dynamic | ||
event | ||
examples | ||
flex | ||
internal | ||
json | ||
ldap | ||
libevent | ||
magic | ||
mime | ||
net | ||
orm | ||
pcre | ||
query | ||
replace | ||
serialize | ||
ssh/net | ||
ssl | ||
ui | ||
utility | ||
xml | ||
zip | ||
all.h | ||
application.h | ||
cache.h | ||
command.h | ||
date.h | ||
file_config.h | ||
file.h | ||
log.h | ||
Makefile.am | ||
Makefile.in | ||
notifier.h | ||
options.h | ||
process.h | ||
README | ||
string.h | ||
thread.h | ||
timer.h | ||
timeval.h | ||
tokenizer.h | ||
url.h |
Include files for ULib, external users. They're all placed in the ulib subdirectory here for better fit in any kind of environment. You should include files from here using... #include <ulib/string.h> ... style and point the compiler's include path to the directory holding the ulib subdirectory. It makes it more likely to survive future modifications.