summaryrefslogtreecommitdiff
path: root/lib/c-stack.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-22 09:03:14 +0000
committerJim Meyering <jim@meyering.net>2002-06-22 09:03:14 +0000
commit53ba358c4bcb74c1bd483ae7ca2e89812757c188 (patch)
tree6644ba80210fa46150f5c4ef2cb9b65c018cbe62 /lib/c-stack.h
parentf9114f866d679c46eef0eade5c1aabd3d4da3c3d (diff)
downloadcoreutils-53ba358c4bcb74c1bd483ae7ca2e89812757c188.tar.xz
New file, from diffutils-2.8.2.
Diffstat (limited to 'lib/c-stack.h')
-rw-r--r--lib/c-stack.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/c-stack.h b/lib/c-stack.h
new file mode 100644
index 000000000..8ef4ca22c
--- /dev/null
+++ b/lib/c-stack.h
@@ -0,0 +1,19 @@
+/* Stack overflow handling.
+
+ Copyright (C) 2002 Free Software Foundation, Inc.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+
+int c_stack_action (char * const *, void (*) (int));