Subversion Repositories HelenOS

Rev

Rev 3317 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3317 Rev 3318
Line 305... Line 305...
305
}
305
}
306
 
306
 
307
/*
307
/*
308
 * getopt --
308
 * getopt --
309
 *  Parse argc/argv argument vector.
309
 *  Parse argc/argv argument vector.
310
 *
-
 
311
 * [eventually this will replace the real getopt]
-
 
312
 */
310
 */
313
int
311
int
314
getopt(nargc, nargv, options)
312
getopt(nargc, nargv, options)
315
    int nargc;
313
    int nargc;
316
    char * const *nargv;
314
    char * const *nargv;