Function: rejectf Purpose: reject, using variable arguments Category: USER-INTERFACE Author: J.P. Terlouw Use: void rejectf( char *key, IN : user input keyword char *fmt, IN : fmt as in printf ... IN : variable arguments as in printf ) Description: The declaration of this function is in "userfio.h", where similar functions for statusf, anyoutf, errorf and userfxxx are declared too. This routine is NOT callable in FORTRAN. Example: rejectf("FREQUENCY=", "Illegal frequency"); Related doc.: reject.dc2 Updates: Apr 21, 1998: JPT, Document created.