summaryrefslogtreecommitdiffstats
path: root/demos/err/test_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/err/test_err.h')
-rw-r--r--demos/err/test_err.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/demos/err/test_err.h b/demos/err/test_err.h
deleted file mode 100644
index a056815193..0000000000
--- a/demos/err/test_err.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Demo of use of error library */
-
-#ifndef TEST_ERR_H
-# define TEST_ERR_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* Test library name */
-
-# define TEST_LIB_NAME "demo test library routines"
-
-/* Normal header details go here */
-
-/*
- * Prototypes are picked up by the error script to generate strings for
- * function names.
- */
-
-void a_test_function(void);
-
-/*
- * Everything after this point is auto generated when you do "make errors"
- */