NEURON
winmain.cpp File Reference
#include "windows.h"
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 
static void msgetarg (int *pargc, char ***pargv)
 
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 3 of file d2uenv.cpp.

◆ msgetarg()

static void msgetarg ( int pargc,
char ***  pargv 
)
static

Definition at line 9 of file winmain.cpp.

◆ WinMain()

int WINAPI WinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
LPSTR  lpCmdLine,
int  nCmdShow 
)

Definition at line 46 of file winmain.cpp.