Added printf device support for stringout record => stdout or stderr

This commit is contained in:
Andrew Johnson
2008-09-24 22:40:37 +00:00
parent 1269897998
commit 506b303c3c
3 changed files with 70 additions and 0 deletions

View File

@@ -39,3 +39,5 @@ device(ai, INST_IO,devAiGeneralTime,"General Time")
device(bo, INST_IO,devBoGeneralTime,"General Time")
device(longin, INST_IO,devLiGeneralTime,"General Time")
device(stringin,INST_IO,devSiGeneralTime,"General Time")
device(stringout,INST_IO,devSoStdio,"stdio")