/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* / Copyright (c) 1989 Paul Klink. All Rights Reserved. */ /* / / This Program must not be distributed or used without the */ /* / / / permission of the authors: */ /* / / / */ /* / / / Paul Klink P.O. Box 169 */ /* / / Woori-Yallock 3139 */ /* Australia */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* pkc.h */ /* */ /* This contains the definitions and prototypes required for */ /* functions defined in this library. */ /* */ /* */ /* HISTORY */ /* */ /* Ed. Date Author Comments */ /* --- --------- ----------- ---------------------------------------- */ /* 001 04-Mar-90 Paul Klink Initial Development */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /****** file: GetNextOpt.c ******/ int GetNextOpt(int action, char **str_ptr, int *OptPrm, int argc, char *argv[]);