1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
2018-07-20 18:03:19 +02:00
..
base
container
curl
db
dbi
debug
dynamic
event add UHTTP:body plus sync 2018-07-20 18:03:19 +02:00
examples add UHTTP:body plus sync 2018-07-20 18:03:19 +02:00
flex
internal
json
ldap
libevent
magic
mime
net add UHTTP:body plus sync 2018-07-20 18:03:19 +02:00
orm
pcre
query
replace
serialize add UHTTP:body plus sync 2018-07-20 18:03:19 +02:00
ssh/net
ssl
ui
utility add UHTTP:body plus sync 2018-07-20 18:03:19 +02:00
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.