Win32-2.6.1.0: A binding to part of the Win32 library

Copyright(c) University of Glasgow 2006
LicenseBSD-style (see the file LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

System.Win32.Console

Contents

Description

A collection of FFI declarations for interfacing with Win32 Console API

Synopsis

Console code pages

Ctrl events

Command line

commandLineToArgv :: String -> IO [String] #

This function can be used to parse commandline arguments and return the split up arguments as elements in a list.