1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza d4fa6bdabc usp fix
2018-08-29 18:20:52 +02:00
..
base
container
curl
db
dbi
debug usp fix 2018-08-29 18:20:52 +02:00
dynamic sync 2018-08-21 15:58:45 +02:00
event sync 2018-08-24 18:39:45 +02:00
examples sync 2018-08-21 15:58:45 +02:00
flex
internal usp fix 2018-08-29 18:20:52 +02:00
json
ldap
libevent
magic
mime
net usp fix 2018-08-29 18:20:52 +02:00
orm sync 2018-08-21 15:58:45 +02:00
pcre
query
replace
serialize
ssh/net
ssl
ui
utility usp fix 2018-08-29 18:20:52 +02:00
xml
zip
all.h usp fix 2018-08-29 18:20:52 +02:00
application.h add f-stack support 2018-08-23 17:55:47 +02:00
cache.h
command.h
date.h
file_config.h
file.h
log.h
Makefile.am
Makefile.in add f-stack support 2018-08-23 17:55:47 +02:00
notifier.h sync 2018-08-21 15:58:45 +02:00
options.h
process.h
README
string.h usp fix 2018-08-29 18:20:52 +02:00
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.