1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza 09067ed901 sync
2016-08-10 17:12:52 +02:00
..
base sync 2016-08-10 17:12:52 +02:00
container sync 2016-08-10 17:12:52 +02:00
curl sync 2016-08-10 17:12:52 +02:00
db sync 2016-08-10 17:12:52 +02:00
dbi sync 2016-08-10 17:12:52 +02:00
debug sync 2016-07-20 14:30:35 +02:00
dynamic sync 2016-08-10 17:12:52 +02:00
event sync 2016-08-10 17:12:52 +02:00
examples sync 2016-07-25 16:21:12 +02:00
flex sync 2016-08-10 17:12:52 +02:00
internal sync 2016-08-10 17:12:52 +02:00
json sync 2016-08-10 17:12:52 +02:00
ldap sync 2016-08-10 17:12:52 +02:00
libevent sync 2016-08-10 17:12:52 +02:00
magic sync 2016-08-10 17:12:52 +02:00
mime sync 2016-08-10 17:12:52 +02:00
net sync 2016-08-10 17:12:52 +02:00
orm sync 2016-08-10 17:12:52 +02:00
pcre sync 2016-08-10 17:12:52 +02:00
query sync 2016-08-10 17:12:52 +02:00
replace sync 2016-07-12 16:11:57 +02:00
ssh/net sync 2016-08-10 17:12:52 +02:00
ssl sync 2016-08-10 17:12:52 +02:00
ui sync 2016-08-10 17:12:52 +02:00
utility sync 2016-08-10 17:12:52 +02:00
xml sync 2016-08-10 17:12:52 +02:00
zip sync 2016-08-10 17:12:52 +02:00
all.h fix 2016-07-12 17:20:35 +02:00
application.h sync 2016-08-10 17:12:52 +02:00
cache.h sync 2016-08-10 17:12:52 +02:00
command.h sync 2016-08-10 17:12:52 +02:00
date.h sync 2016-08-10 17:12:52 +02:00
file_config.h sync 2016-08-10 17:12:52 +02:00
file.h sync 2016-08-10 17:12:52 +02:00
log.h sync 2016-08-10 17:12:52 +02:00
Makefile.am
Makefile.in sync 2016-06-28 15:02:20 +02:00
notifier.h sync 2016-08-10 17:12:52 +02:00
options.h sync 2016-08-10 17:12:52 +02:00
process.h sync 2016-08-10 17:12:52 +02:00
README
string.h sync 2016-08-10 17:12:52 +02:00
thread.h sync 2016-08-10 17:12:52 +02:00
timer.h sync 2016-08-10 17:12:52 +02:00
timeval.h sync 2016-08-10 17:12:52 +02:00
tokenizer.h sync 2016-08-10 17:12:52 +02:00
url.h sync 2016-08-10 17:12:52 +02:00

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.