Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
# amosExtension2Ascii
Amos Extension to AscII
Copyright LiveForIt Software / Kjetil Hvalstrand
Software Licence MIT
This command designed to extract information and generate useful files that can
be use
different ways in C/C++ projects, general idea is this files can be used in
interpreter
convention programs, or as docs if have lost the docs
Command options.
--amos
Show the command in Amos fomrat
--c++
Show the commands in c++ format
--c-header
Show list #defines
--c-listc list format
show list in struct data format.
--interfaceAmigaOS4 interface (XML file)
AmigaOS4 Interface XML file, that can be used to generate AmigaOS library
skeleton library from, using idltool.
Orginal source code can be found here:
https://github.com/khval/amosExtension2Ascii
|