|
FreeBASIC
0.91.0
|
#include <unistd.h>#include <termios.h>
Go to the source code of this file.
Macros | |
| #define | FBCALL |
| #define | FB_NEWLINE "\n" |
| #define | FB_NEWLINE_WSTR _LC("\n") |
| #define | FB_BINARY_NEWLINE "\r\n" |
| #define | FB_BINARY_NEWLINE_WSTR _LC("\r\n") |
| #define | FB_LL_FMTMOD "ll" |
| #define | FB_CONSOLE_MAXPAGES 1 |
| #define | BG_LOCK() fb_BgLock() |
| #define | BG_UNLOCK() fb_BgUnlock() |
Typedefs | |
| typedef off_t | fb_off_t |
Functions | |
| FBCALL void | fb_BgLock (void) |
| FBCALL void | fb_BgUnlock (void) |
| #define BG_UNLOCK | ( | ) | fb_BgUnlock() |