home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / DLLIB.ZIP / BADEXT.DOC < prev    next >
Encoding:
Text File  |  1986-09-25  |  626 b   |  38 lines

  1.  
  2.  
  3.         NAME
  4.                 badext -- report invalid filename extension and exit
  5.  
  6.         SYNOPSIS
  7.                 badext(ext);
  8.                 char *ext;
  9.  
  10.  
  11.         DESCRIPTION
  12.         This function may be used when an invalid filename extension must
  13.         cause the termination of a program.  It is called with the
  14.         offending extension as the argument string.  An error message
  15.         is sent to stderr, and the program terminates via the aabort()
  16.         function of this library.
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.         This function is found in SMDLx.LIB for the Datalight Compiler.
  38.