RetroArch
Macros
lib.h File Reference
#include <string.h>
Include dependency graph for lib.h:

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,
  l 
)    memcpy(d, s, l)

◆ bzero

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