Hash : e7bbf7bc Author : Date : 1996-08-19T02:24:52
.
Download
1 2 3 4 5 6 7 8 9
#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));