Improve docs - failed test to be corrected

This commit is contained in:
Tilen Majerle
2023-03-30 22:02:10 +02:00
parent f833825e2d
commit 286cccdf31
112 changed files with 92458 additions and 8 deletions
+3 -1
View File
@@ -4,9 +4,11 @@
#include "windows.h"
extern int example_win32(void);
extern int test_win32(void);
int
main(void) {
example_win32();
test_win32();
//example_win32();
return 0;
}