1: # include   <stdio.h>
   2: 
   3: # include   "../ingres.h"
   4: # include   "../aux.h"
   5: # include   "monitor.h"
   6: 
   7: /*
   8: **  CHANGE WORKING DIRECTORY
   9: */
  10: 
  11: newdirec()
  12: {
  13:     register char   *direc;
  14:     char        *getfilename();
  15: 
  16:     direc = getfilename();
  17:     if (chdir(direc))
  18:         printf("Cannot access directory \"%s\"\n", direc);
  19: }

Defined functions

newdirec defined in line 11; used 1 times
Last modified: 1995-02-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2248
Valid CSS Valid XHTML 1.0 Strict