Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
windows_argv
lib.h
pretty
plain
permalink
blame
history
•
8 lines
•
101 B
1
#ifndef _LIB_H_
2
#define _LIB_H_
3
4
#include <windows.h>
5
6
int verify(int argc, wchar_t *argv[]);
7
8
#endif