diff options
Diffstat (limited to 'demo.cc')
-rw-r--r-- | demo.cc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"); } |