/[global]/global/libutil/abs2rel.c
ViewVC logotype

Diff of /global/libutil/abs2rel.c

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

revision 1.5 by shigio, Tue May 10 05:17:52 2005 UTC revision 1.6 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 43  Line 43 
43   *                      == NULL: error   *                      == NULL: error
44   */   */
45  char *  char *
46  abs2rel(path, base, result, size)  abs2rel(const char *path, const char *base, char *result, const int size)
         const char *path;  
         const char *base;  
         char *result;  
         const int size;  
47  {  {
48          const char *pp, *bp, *branch;          const char *pp, *bp, *branch;
49          /*          /*

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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