FreeBASIC  0.91.0
fb_unix.h File Reference
#include <unistd.h>
#include <termios.h>
Include dependency graph for fb_unix.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)
 

Macro Definition Documentation

#define BG_LOCK ( )    fb_BgLock()

Definition at line 26 of file fb_unix.h.

#define BG_UNLOCK ( )    fb_BgUnlock()

Definition at line 27 of file fb_unix.h.

#define FB_BINARY_NEWLINE   "\r\n"

Definition at line 11 of file fb_unix.h.

#define FB_BINARY_NEWLINE_WSTR   _LC("\r\n")

Definition at line 12 of file fb_unix.h.

#define FB_CONSOLE_MAXPAGES   1

Definition at line 16 of file fb_unix.h.

#define FB_LL_FMTMOD   "ll"

Definition at line 14 of file fb_unix.h.

#define FB_NEWLINE   "\n"

Definition at line 7 of file fb_unix.h.

#define FB_NEWLINE_WSTR   _LC("\n")

Definition at line 8 of file fb_unix.h.

#define FBCALL

Definition at line 4 of file fb_unix.h.

Typedef Documentation

typedef off_t fb_off_t

Definition at line 22 of file fb_unix.h.

Function Documentation

FBCALL void fb_BgLock ( void  )

Definition at line 28 of file hinit.c.

FBCALL void fb_BgUnlock ( void  )

Definition at line 29 of file hinit.c.