reactos/rosapps/net/ncftp/ncftp/getopt.h
Steven Edwards 86bda6b3d9 Added ncftp to rosapps
svn path=/trunk/; revision=2453
2001-12-30 06:31:25 +00:00

12 lines
255 B
C

/* getopt.h
*
* Copyright (c) 1992-2001 by Mike Gleason.
* All rights reserved.
*
*/
#define kGetoptBadChar ((int) '?')
#define kGetoptErrMsg ""
void GetoptReset(void);
int Getopt(int nargc, const char **const nargv, const char *const ostr);