21
edits
Changes
→void bio_initscr(void)
Initializes the '''bio''' routines. Your application calls this function before calling any other '''bio''' function and this function is called only once before calling '''bio_endscr()'''.
This function also makes sure the screen is clear with cursor at left top corner.
=== void bio_endscr(void) ===