DEBSOURCES
Skip Quicknav
sources / haskell-wai-handler-launch / 3.0.3.1-4 / windows.c
12345678
#include <windows.h> #include <shellapi.h> #include <stdio.h> void launch(char *s) { ShellExecute(NULL, "open", s, NULL, NULL, SW_SHOWNORMAL); }