FreeBASIC  0.91.0
io_writebyte.c File Reference
#include "fb.h"
Include dependency graph for io_writebyte.c:

Go to the source code of this file.

Functions

FBCALL void fb_WriteByte (int fnum, char val, int mask)
 
FBCALL void fb_WriteUByte (int fnum, unsigned char val, int mask)
 

Function Documentation

FBCALL void fb_WriteByte ( int  fnum,
char  val,
int  mask 
)

Definition at line 6 of file io_writebyte.c.

FBCALL void fb_WriteUByte ( int  fnum,
unsigned char  val,
int  mask 
)

Definition at line 12 of file io_writebyte.c.