summaryrefslogtreecommitdiff
path: root/demo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'demo.cc')
-rw-r--r--demo.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/demo.cc b/demo.cc
index d97eead..236e316 100644
--- a/demo.cc
+++ b/demo.cc
@@ -138,4 +138,7 @@ int main() {
err = ::dux_cls(fil);
chkerr("unable to close file");
+
+ err = ::dux_wrtstr(dux_odfl,"Goodbye!\n");
+ chkerr("unable to say goodbye");
}