1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza 7f1d6c0a78 sync
2017-06-21 19:53:06 +02:00
..
base sync 2017-06-19 20:24:31 +02:00
container json fix 2017-05-13 16:55:05 +02:00
curl sync + http2 fix 2017-05-02 15:23:41 +02:00
db sync 2017-06-19 20:24:31 +02:00
dbi sync + http2 fix 2017-05-02 15:23:41 +02:00
debug sync + http2 fix 2017-05-02 15:23:41 +02:00
dynamic sync + http2 fix 2017-05-02 15:23:41 +02:00
event sync + http2 fix 2017-05-02 15:23:41 +02:00
examples sync 2017-06-21 19:53:06 +02:00
flex sync + http2 fix 2017-05-02 15:23:41 +02:00
internal sync 2017-06-19 20:24:31 +02:00
json sync 2017-06-21 19:53:06 +02:00
ldap sync + http2 fix 2017-05-02 15:23:41 +02:00
libevent sync 2016-08-10 17:12:52 +02:00
magic sync + http2 fix 2017-05-02 15:23:41 +02:00
mime sync + http2 fix 2017-05-02 15:23:41 +02:00
net sync 2017-06-21 19:53:06 +02:00
orm sync 2017-05-07 18:06:08 +02:00
pcre sync + http2 fix 2017-05-02 15:23:41 +02:00
query sync + http2 fix 2017-05-02 15:23:41 +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 + http2 fix 2017-05-02 15:23:41 +02:00
ui sync + http2 fix 2017-05-02 15:23:41 +02:00
utility sync 2017-06-19 20:24:31 +02:00
xml sync + http2 fix 2017-05-02 15:23:41 +02:00
zip sync + http2 fix 2017-05-02 15:23:41 +02:00
all.h fix 2016-07-12 17:20:35 +02:00
application.h sync 2017-06-19 20:24:31 +02:00
cache.h sync 2017-05-30 16:23:44 +02:00
command.h sync + http2 fix 2017-05-02 15:23:41 +02:00
date.h sync + http2 fix 2017-05-02 15:23:41 +02:00
file_config.h sync + http2 fix 2017-05-02 15:23:41 +02:00
file.h sync + http2 fix 2017-05-02 15:23:41 +02:00
log.h sync + http2 fix 2017-05-02 15:23:41 +02:00
Makefile.am
Makefile.in sync 2017-03-23 16:24:13 +01:00
notifier.h fix 2017-01-30 13:32:33 +01:00
options.h sync 2016-08-10 17:12:52 +02:00
process.h sync + http2 fix 2017-05-02 15:23:41 +02:00
README
string.h sync + http2 fix 2017-05-02 15:23:41 +02:00
thread.h sync + http2 fix 2017-05-02 15:23:41 +02:00
timer.h sync + http2 fix 2017-05-02 15:23:41 +02:00
timeval.h sync 2016-08-10 17:12:52 +02:00
tokenizer.h sync + http2 fix 2017-05-02 15:23:41 +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.