home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / utils / cweb / amiga / common.ch < prev    next >
Text File  |  1992-11-07  |  326b  |  17 lines

  1. % The null device on the Amiga is called "NIL:".
  2. @x
  3. An omitted change file argument means that |"/dev/null"| should be used,
  4. @y
  5. An omitted change file argument means that |"NIL:"| should be used,
  6. @z
  7.  
  8.  
  9.  
  10.  
  11.  
  12. @x
  13.   if (!found_change) strcpy(change_file_name,"/dev/null");
  14. @y
  15.   if (!found_change) strcpy(change_file_name,"NIL:");
  16. @z
  17.