summaryrefslogtreecommitdiff
path: root/src/drv/cd0prn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drv/cd0prn.c')
-rw-r--r--src/drv/cd0prn.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/drv/cd0prn.c b/src/drv/cd0prn.c
new file mode 100644
index 0000000..429a392
--- /dev/null
+++ b/src/drv/cd0prn.c
@@ -0,0 +1,17 @@
+/** \file
+ * \brief Dummy Printer
+ *
+ * See Copyright Notice in cd.h
+ */
+
+#include <stdlib.h>
+#include "cd.h"
+#include "cdprint.h"
+
+
+
+cdContext* cdContextPrinter(void)
+{
+ return NULL;
+}
+