chdir_ X
1: /* Fortran chdir PLWard 3/20/80 */ 2: long chdir_(cmd,returns) 3: char cmd[]; 4: int *returns; 5: { 6: *returns = chdir(cmd); 7: }