1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza 46bf0eedbe sync
2018-07-31 17:32:49 +02:00
..
base sync 2018-07-27 18:11:02 +02:00
container sync 2018-07-27 18:11:02 +02:00
curl sync 2017-07-29 18:44:48 +02:00
db sync 2018-07-27 18:11:02 +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-07-05 15:37:08 +02:00
event sync 2018-07-31 17:32:49 +02:00
examples sync 2018-07-27 18:11:02 +02:00
flex sync 2018-07-27 18:11:02 +02:00
internal sync 2018-07-28 20:07:07 +02:00
json sync 2018-06-30 19:25:10 +02:00
ldap sync 2018-07-27 18:11:02 +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-07-27 18:11:02 +02:00
net sync 2018-07-31 17:32:49 +02:00
orm sync 2018-07-31 17:32:49 +02:00
pcre fix+sync 2018-04-27 19:27:14 +02:00
query sync 2018-07-27 18:11:02 +02:00
replace
serialize sync 2018-07-27 18:11:02 +02:00
ssh/net fix+sync 2018-04-27 19:27:14 +02:00
ssl sync 2018-07-27 18:11:02 +02:00
ui fix+sync 2018-04-27 19:27:14 +02:00
utility sync 2018-07-27 18:11:02 +02:00
xml sync 2018-07-27 18:11:02 +02:00
zip fix+sync 2018-04-27 19:27:14 +02:00
all.h sync 2018-07-27 18:11:02 +02:00
application.h fix+sync 2018-04-27 19:27:14 +02:00
cache.h sync 2018-07-27 18:11:02 +02:00
command.h sync 2018-07-27 18:11:02 +02:00
date.h sync 2018-07-27 18:11:02 +02:00
file_config.h fix+sync 2018-04-27 19:27:14 +02:00
file.h sync 2018-07-27 18:11:02 +02:00
log.h fix+sync 2018-04-27 19:27:14 +02:00
Makefile.am
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 sync 2018-07-27 18:11:02 +02:00
README
string.h sync 2018-07-31 17:32:49 +02:00
thread.h sync 2018-06-20 18:51:31 +02:00
timer.h sync 2018-07-27 18:11:02 +02:00
timeval.h sync 2018-07-27 18:11:02 +02:00
tokenizer.h sync 2018-06-20 18:51:31 +02:00
url.h sync 2018-07-27 18:11:02 +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.