/[cvs]/ccvs/lib/getcwd.h
ViewVC logotype

Diff of /ccvs/lib/getcwd.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dprice, Mon May 23 17:44:30 2005 UTC revision 1.3 by dprice, Fri Aug 12 20:58:10 2005 UTC
# Line 1  Line 1 
1  /* Get the working directory, compatibly with the GNU C Library.  /* Get the working directory, compatibly with the GNU C Library.
2    
3     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004-2005 Free Software Foundation, Inc.
4    
5     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
6     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 36  Line 36 
36  # define __GETCWD_XCONCAT(x, y) __GETCWD_CONCAT (x, y)  # define __GETCWD_XCONCAT(x, y) __GETCWD_CONCAT (x, y)
37  # define __GETCWD_ID(y) __GETCWD_XCONCAT (__GETCWD_PREFIX, y)  # define __GETCWD_ID(y) __GETCWD_XCONCAT (__GETCWD_PREFIX, y)
38  # define getcwd __GETCWD_ID (getcwd)  # define getcwd __GETCWD_ID (getcwd)
39    /* See the POSIX:2001 specification
40       <http://www.opengroup.org/susv3xsh/getcwd.html>.  */
41  char *getcwd (char *, size_t);  char *getcwd (char *, size_t);
42  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26