Explorar o código

Initial revision

Paul Eggert %!s(int64=26) %!d(string=hai) anos
pai
achega
508b2ae13f
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      lib/basename.h

+ 9 - 0
lib/basename.h

@@ -0,0 +1,9 @@
+#ifndef PARAMS
+# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
+#  define PARAMS(Args) Args
+# else
+#  define PARAMS(Args) ()
+# endif
+#endif
+
+char *base_name PARAMS ((char const *name));