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

Go to the source code of this file.

Functions

FBCALL void fb_WriteShort (int fnum, short val, int mask)
 
FBCALL void fb_WriteUShort (int fnum, unsigned short val, int mask)
 

Function Documentation

FBCALL void fb_WriteShort ( int  fnum,
short  val,
int  mask 
)

Definition at line 6 of file io_writeshort.c.

FBCALL void fb_WriteUShort ( int  fnum,
unsigned short  val,
int  mask 
)

Definition at line 12 of file io_writeshort.c.