#include "TiffFile.h"
#include <tchar.h>
Functions | |
int | _tmain (int argc, _TCHAR *argv[]) |
console application entry point |
int _tmain | ( | int | argc, | |
_TCHAR * | argv[] | |||
) |
console application entry point
argc | number of arguments in command line (counting executable name) | |
argv | array of all arguments in command line |