                   
                   Stdlib v0.4 by drizz (C)opyLeft 2004-2005-INFINITY


USAGE:
~~~~~~

setup files (already copied if you run the makelib.bat file
on the same partition as Masm32)
--------------------------------
copy stdlib.inc and stdlib.mac to \MASM32\Include directory
copy stdlib.lib to \MASM32\Lib directory

project
-------
include stdlib.inc
includelib stdlib.lib


WHATS NEW:
~~~~~~~~~~
- v0.4 a lot of modifications, updated a lot of functions + added new
- v0.3 added simplified file managment
- v0.2 added registry managment
- v0.1 merged with console lib (cosolelib.lib no more needed)


RADASM USERS:
~~~~~~~~~~~~~

copy masmStdlib.api to \RADasm\Masm\masmStdlib.api

change masm.ini

...
[Api]
Call=RADasm\Masm\masmApiCall.api,RADasm\Masm\masmStdlib.api
...


THANKS:
~~~~~~~
Some sources were just copied or assimilated from other people!
Long live the community!

