diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-07-18 07:56:11 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-07-18 07:56:11 +0300 |
commit | 36dda991898ce621a0b0f7103f763690e73fa0ff (patch) | |
tree | cee197e13a1c42a5ee3ea67465d1151a9c0cc12a /README | |
parent | 4d77e4bb69a47daf23ad4a902b300bf1aa7d5597 (diff) | |
download | magi-36dda991898ce621a0b0f7103f763690e73fa0ff.tar magi-36dda991898ce621a0b0f7103f763690e73fa0ff.tar.xz magi-36dda991898ce621a0b0f7103f763690e73fa0ff.zip |
Docs were extended, consts were added.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ Magi Library (libmagi) implements Common Gateway Interface. Overview Magi are free and open-source software: legal info is in the 'LICENSE' file. -They are written in ANSI C, without any dependecies, except for C standard -library. All source and inner header files are located in the 'src' directory. +They are written in ANSI C without any dependecies except for C standard +library. All source and inner header files are in the 'src' directory. The 'include' directory is intended to be used in your include environment. Headers in it contain library interface and its description in comments. They are in subdirectory 'include/magi', due to their short and simple names. |