The libmsys library is free software. See COPYING for details.

libmsys is a low-level library which attempts to provide access to
MenuetOS system calls while hiding some of the arcane details from C
programmers.

To compile the library read the INSTALL file.
If you don't have gcc read the docs/Porting file.

The library is automatically linked into programs by the mengcc compiler.

Compile tests/example.c as follows.

  mengcc -Wall -Werror -c example.c
  menld -s -o example example.o

Using optimization will generally lead to smaller executables (although
still much bigger than those written in assembly!).

Read docs/Manual.txt for information about the functions.
