浏览代码

Initial revision

Paul Eggert 26 年之前
父节点
当前提交
508b2ae13f
共有 1 个文件被更改,包括 9 次插入0 次删除
  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));