PreviousUpNext

15.3.576  src/lib/std/src/win32/win32.api

## win32.api



# Win32-specific OS API.
#
# An alternative portable (cross-platform) OS
# interface 'Winix' is respectively defined and
# implemented in
#
#     src/lib/std/src/winix/winix--premicrothread.api
#     src/lib/std/src/posix/winix-guts.pkg
#
#
# For a POSIX-specific OS interface see:
#
#     src/lib/std/src/psx/posixlib.api
#     src/lib/std/src/psx/posixlib.pkg

api Win32 =
    api
        package general:  Win32_General
        package file_system:  Win32_File_System
        package io:       Win32_IO
        package process:  Win32_Process
    end 




## COPYRIGHT (c) 1996 Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext