1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib/README
2015-01-23 17:24:36 +01:00

10 lines
357 B
Plaintext

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.