This commit is contained in:
Gabor Adam Toth 2011-06-12 13:02:33 +02:00
parent b48d226e80
commit e612a5bac6
1 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@
libpsyc implements various functions required to use PSYC.
- See http://about.psyc.eu/libpsyc for more information on the library.
- See http://lib.psyc.eu/doc/ for the API documentation.
- See http://about.psyc.eu/Specification for more information on the new PSYC
specification.
- See http://about.psyc.eu for information on PSYC in general.
See http://about.psyc.eu/libpsyc for more information on the library. \\
See http://lib.psyc.eu/doc/ for the API documentation. \\
See http://about.psyc.eu/Specification for more information on the new PSYC
specification. \\
See http://about.psyc.eu for information on PSYC in general.
The plain C API located in the include/psyc directory along with the file psyc.h
is primarily intended to be used for binding with other languages and frameworks.