-

LIBRARIES PUBLIC LIBPOSIX

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 11:10, 20 October 2017 by Kumokosi (talk | contribs) (DestributionSite)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

LibraryName

LIBPOSIX

About

LIBPOSIX is a set of Posix compliant functions for Hi-tech C on MSX-DOS which I needed but did not find in either Hi-tech C's LIBC or Arnold Metselaar's LIBFIX. As I need more over time, I will probably add more.

The code is based heavily on what I could find on the web. Most of it isn't mine at all, I just gathered and adapted it. The copyright notices that apply are in the source files they refer to. Anything that has no such notice is copyright by me, GPL applies (http://www.gnu.org/copyleft/gpl.html).

Author

Diederick de Vries

Document

LIBRARIES_PUBLIC_DOCUMENT_LIBPOSIX

TranslationLevel

Translated and edited from English

DestributionSite

https://diederickdevries.net/msx.php

Package

LIBPOSIX

Version

N/A

License

strcspn
GPL
strpbrk
GPL
strspn
GPL
strtok
X Consortium License

Prerequisite

Notes from WIKI Editor

We translated from README.TXT up to "FILES", except chaptor names are appended by us. "Functions" chaptor is a edited and integrated text from source files of each functions.

If you need more information, please refer original source files or POSIX standard related files.