Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/libiberty/getpwd.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* getpwd.c - get the working directory */
     2
     3/*
     4
     5@deftypefn Supplemental char* getpwd (void)
     6
     7Returns the current working directory.  This implementation caches the
     8result on the assumption that the process will not call @code{chdir}
     9between calls to @code{getpwd}.
     10
     11@end deftypefn
     12
     13*/
    214
    315#ifdef HAVE_CONFIG_H
Note: See TracChangeset for help on using the changeset viewer.