Edit

kc3-lang/gnulib/lib/path-concat.h

Branch :

  • Show log

    Commit

  • Author : Jim Meyering
    Date : 1996-08-19 02:24:52
    Hash : e7bbf7bc
    Message : .

  • lib/path-concat.h
  • #if __STDC__
    # undef __P
    # define __P(args) args
    #else
    # define __P(args) ()
    #endif
    
    char *
    path_concat __P ((const char *dir, const char *base, char **base_in_result));