ReactOS 0.4.15-dev-7924-g5949c20
main.c File Reference
#include "precomp.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

INT wmain (INT argc, WCHAR *argv[])
 

Function Documentation

◆ wmain()

INT wmain ( INT  argc,
WCHAR argv[] 
)

Definition at line 10 of file main.c.

11{
12 if (argc != 3)
13 return 1;
14
15 if (!BestFit_FromNLS(argv[1], argv[2]))
16 return 1;
17
18 return 0;
19}
static int argc
Definition: ServiceArgs.c:12
BOOL BestFit_FromNLS(const WCHAR *pszNLSFile, const WCHAR *pszBestFitFile)
Definition: bestfit.c:113
#define argv
Definition: mplay32.c:18