FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_printbuff.c
Go to the documentation of this file.
1
/* low-level print to console function stub */
2
3
#include "../fb.h"
4
5
void
fb_ConsolePrintBufferEx
(
const
void
*
buffer
,
size_t
len,
int
mask )
6
{
7
}
8
9
void
fb_ConsolePrintBuffer
(
const
char
*
buffer
,
int
mask )
10
{
11
fb_ConsolePrintBufferEx
( buffer, strlen(buffer), mask );
12
}
rtlib
xbox
io_printbuff.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4