aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/windows_argv/lib.h
blob: e3cb684715f9834509d04763f11148bafdfb64e0 (plain)
1
2
3
4
5
6
7
8
#ifndef _LIB_H_
#define _LIB_H_

#include <windows.h>

int verify(int argc, wchar_t *argv[]);

#endif