LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Macros
lib.h File Reference
#include <string.h>
Include dependency graph for lib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define bcopy(s, d, l)   memcpy(d, s, l)
 
#define bzero(d, l)   memset(d, 0, l)
 

Macro Definition Documentation

◆ bcopy

#define bcopy (   s,
  d,
 
)    memcpy(d, s, l)

Definition at line 40 of file lib.h.

◆ bzero

#define bzero (   d,
 
)    memset(d, 0, l)

Definition at line 41 of file lib.h.