1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza 1e58dc49d0 fix+sync
2018-04-27 19:27:14 +02:00
..
base fix+sync 2018-04-27 19:27:14 +02:00
container fix+sync 2018-04-27 19:27:14 +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 fix+sync 2018-04-27 19:27:14 +02:00
dynamic fix+sync 2018-04-27 19:27:14 +02:00
event fix+sync 2018-04-27 19:27:14 +02:00
examples fix+sync 2018-04-27 19:27:14 +02:00
flex fix+sync 2018-04-27 19:27:14 +02:00
internal fix+sync 2018-04-27 19:27:14 +02:00
json fix+sync 2018-04-27 19:27:14 +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 fix+sync 2018-04-27 19:27:14 +02:00
net fix+sync 2018-04-27 19:27:14 +02:00
orm fix+sync 2018-04-27 19:27:14 +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 fix+sync 2018-04-27 19:27:14 +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 fix+sync 2018-04-27 19:27:14 +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 FlatBuffer implementation 2017-11-30 16:54:08 +01: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 fix+sync 2018-04-27 19:27:14 +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 sync 2017-09-07 16:44:14 +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 fix+sync 2018-04-27 19:27:14 +02:00
thread.h fix+sync 2018-04-27 19:27:14 +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 fix+sync 2018-04-27 19:27:14 +02:00
url.h fix+sync 2018-04-27 19:27:14 +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.