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

Diff of /global/libutil/makepath.c

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

revision 1.11 by shigio, Tue May 10 05:17:52 2005 UTC revision 1.12 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 53  Line 53 
53   * o following libutil functions:   * o following libutil functions:
54   *   test(), dbop_open(), strlimcpy(), strbuf_puts(), die()   *   test(), dbop_open(), strlimcpy(), strbuf_puts(), die()
55   */   */
56  char    *  char *
57  makepath(dir, file, suffix)  makepath(const char *dir, const char *file, const char *suffix)
         const char *dir;  
         const char *file;  
         const char *suffix;  
58  {  {
59          STATIC_STRBUF(sb);          STATIC_STRBUF(sb);
60          int length;          int length;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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