-

Changes

Jump to: navigation, search

LIBRARIES PUBLIC DOCUMENT LIBPOSIX

18 bytes removed, 11:13, 20 October 2017
LIBPOSIX readme
== LIBPOSIX readme ==
=== Author ===
Diederick de Vries <diederick@diederickdevries.net>, April 2006
=== About ===
LIBPOSIX is a set of Posix compliant functions for Hi-tech C on MSX-DOS which
is copyright by me, GPL applies (http://www.gnu.org/copyleft/gpl.html).
=== Usage ===
For information on how to link against a library, I refer you to page 7 of the
Thanks to Arnold Metselaar and the #msxdev folks for helping me get this started!
=== Files ===
Below is a list of the files in this archive.
=== Functions ===
;int strcspn (char *s1, char *s2)
:POSIX compliant port by Diederick de Vries <diederick@diederickdevries.net>, April 2006
:strspn() returns the number of characters of the initial segment of stringwhich consists entirely of characters in accept.
;char *strtok (char *s, char *delim) {
:A version of strtok for systems that do not have it
=== Comments from Wiki editors ===
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.

Navigation menu