This is a program that executes the sampling of infinite transfer.
Input a number of the menu list for selecting the menu.
The menu is arranged by executing sequence.
The sampling data is written to "infinite.txt".
The data is appended into this file.
Supplement
"Overrun Error!" may be displayed in transferring.
It expresses that the data is invalid which is written to buffer more than once time
after last performance "DioDmGetCount()".
Data transfer is continuing, but data are not written to file.
In this case, you try to increase the buffer size.
* Notice
Please do not change a terminal in size with the sample which used the curses library.
A hang-up or a segmentation error may be caused under the influence of a curses library.