home *** CD-ROM | disk | FTP | other *** search
- include "exec/types.i"
- include "exec/libraries.i"
-
- SECTION DATA
-
- LIBINIT
-
- LIBDEF _LVOFindConfig
- xdef _LVOFindConfig
-
- LIBDEF _LVOGetConfig
- xdef _LVOGetConfig
-
- LIBDEF _LVOGetConfigDir
- xdef _LVOGetConfigDir
-
- LIBDEF _LVOMakeConfigPath
- xdef _LVOMakeConfigPath
-
- LIBDEF _LVOUUAllocMem
- xdef _LVOUUAllocMem
-
- LIBDEF _LVOUUFreeMem
- xdef _LVOUUFreeMem
-
- LIBDEF _LVOUUFreeAllMem
- xdef _LVOUUFreeAllMem
-
- LIBDEF _LVOCreatePort
- xdef _LVOCreatePort
-
- LIBDEF _LVODeletePort
- xdef _LVODeletePort
-
- LIBDEF _LVOGetTime
- xdef _LVOGetTime
-
- LIBDEF _LVOSPrintfA
- xdef _LVOSPrintfA
-
- end
-