FreeBASIC  0.91.0
fb_xbox.h File Reference
#include <hal/xbox.h>
#include <hal/fileio.h>
Include dependency graph for fb_xbox.h:

Go to the source code of this file.

Macros

#define FBCALL   __stdcall
 
#define FB_NEWLINE   "\r\n"
 
#define FB_NEWLINE_WSTR   _LC("\r\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 FB_DYLIB   HANDLE
 
#define fseeko(stream, offset, whence)   fseek(stream, offset, whence)
 
#define ftello(stream)   ftell(stream)
 
#define Executive   0
 
#define KernelMode   0
 
#define UserMode   1
 

Typedefs

typedef long fb_off_t
 

Functions

int swprintf (wchar_t *wcs, size_t maxlen, const wchar_t *format,...)
 
double wcstod (const wchar_t *, wchar_t **)
 
unsigned long wcstoul (const wchar_t *, wchar_t **, int)
 
unsigned long long wcstoull (const wchar_t *__restrict__, wchar_t **__restrict__, int)
 

Macro Definition Documentation

#define Executive   0

Definition at line 22 of file fb_xbox.h.

#define FB_BINARY_NEWLINE   "\r\n"

Definition at line 11 of file fb_xbox.h.

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

Definition at line 12 of file fb_xbox.h.

#define FB_CONSOLE_MAXPAGES   1

Definition at line 14 of file fb_xbox.h.

#define FB_DYLIB   HANDLE

Definition at line 15 of file fb_xbox.h.

#define FB_LL_FMTMOD   "ll"

Definition at line 13 of file fb_xbox.h.

#define FB_NEWLINE   "\r\n"

Definition at line 7 of file fb_xbox.h.

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

Definition at line 8 of file fb_xbox.h.

#define FBCALL   __stdcall

Definition at line 4 of file fb_xbox.h.

#define fseeko (   stream,
  offset,
  whence 
)    fseek(stream, offset, whence)

Definition at line 18 of file fb_xbox.h.

#define ftello (   stream)    ftell(stream)

Definition at line 19 of file fb_xbox.h.

#define KernelMode   0

Definition at line 23 of file fb_xbox.h.

#define UserMode   1

Definition at line 24 of file fb_xbox.h.

Typedef Documentation

typedef long fb_off_t

Definition at line 17 of file fb_xbox.h.

Function Documentation

int swprintf ( wchar_t *  wcs,
size_t  maxlen,
const wchar_t *  format,
  ... 
)

Definition at line 3 of file swprintf_stub.c.

Here is the caller graph for this function:

double wcstod ( const wchar_t *  ,
wchar_t **   
)

Here is the caller graph for this function:

unsigned long wcstoul ( const wchar_t *  ,
wchar_t **  ,
int   
)

Here is the caller graph for this function:

unsigned long long wcstoull ( const wchar_t *  __restrict__,
wchar_t **  __restrict__,
int   
)

Here is the caller graph for this function: