1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza fd941c38c0 sync
2018-06-30 19:25:10 +02:00
..
base sync 2018-06-22 14:17:50 +02:00
container fix 2018-06-26 17:24:38 +02:00
curl sync 2017-07-29 18:44:48 +02:00
db fix+sync 2018-04-27 19:27:14 +02:00
dbi fix+sync 2018-04-27 19:27:14 +02:00
debug sync 2018-06-24 19:41:10 +02:00
dynamic sync 2018-05-11 18:36:10 +02:00
event sync 2018-06-20 18:51:31 +02:00
examples sync 2018-05-11 18:36:10 +02:00
flex fix+sync 2018-04-27 19:27:14 +02:00
internal sync 2018-06-22 14:17:50 +02:00
json sync 2018-06-30 19:25:10 +02:00
ldap fix+sync 2018-04-27 19:27:14 +02:00
libevent fix+sync 2018-04-27 19:27:14 +02:00
magic fix+sync 2018-04-27 19:27:14 +02:00
mime sync 2018-06-20 18:51:31 +02:00
net sync 2018-06-20 18:51:31 +02:00
orm sync 2018-06-30 19:25:10 +02:00
pcre fix+sync 2018-04-27 19:27:14 +02:00
query fix+sync 2018-04-27 19:27:14 +02:00
replace sync 2016-07-12 16:11:57 +02:00
serialize sync 2018-05-24 16:50:20 +02:00
ssh/net fix+sync 2018-04-27 19:27:14 +02:00
ssl fix+sync 2018-04-27 19:27:14 +02:00
ui fix+sync 2018-04-27 19:27:14 +02:00
utility sync 2018-06-20 18:51:31 +02:00
xml fix+sync 2018-04-27 19:27:14 +02:00
zip fix+sync 2018-04-27 19:27:14 +02:00
all.h sync 2018-05-11 18:36:10 +02:00
application.h fix+sync 2018-04-27 19:27:14 +02:00
cache.h fix+sync 2018-04-27 19:27:14 +02:00
command.h fix+sync 2018-04-27 19:27:14 +02:00
date.h fix+sync 2018-04-27 19:27:14 +02:00
file_config.h fix+sync 2018-04-27 19:27:14 +02:00
file.h sync 2018-06-20 18:51:31 +02:00
log.h fix+sync 2018-04-27 19:27:14 +02:00
Makefile.am clean history 2015-01-23 17:24:36 +01:00
Makefile.in configure fix 2018-04-30 16:55:05 +02:00
notifier.h fix+add prototype one 2017-09-14 14:38:33 +02:00
options.h sync 2016-08-10 17:12:52 +02:00
process.h fix+sync 2018-04-27 19:27:14 +02:00
README clean history 2015-01-23 17:24:36 +01:00
string.h sync 2018-06-27 18:42:13 +02:00
thread.h sync 2018-06-20 18:51:31 +02:00
timer.h fix+sync 2018-04-27 19:27:14 +02:00
timeval.h fix+sync 2018-04-27 19:27:14 +02:00
tokenizer.h sync 2018-06-20 18:51:31 +02:00
url.h sync 2018-05-21 15:57:13 +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.