Explorar el Código

Initial revision

Paul Eggert hace 26 años
padre
commit
508b2ae13f
Se han modificado 1 ficheros con 9 adiciones y 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));