File:  [UNIX Amiga Emulator] / uae / src / include / scg / defs.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:47:49 2018 UTC (8 years, 3 months ago) by root
Branches: MAIN, BSchmidt
CVS tags: uae089, uae0813, uae0812, uae0811, uae0810, HEAD
uae-0.8.9

/*
 * cdrecord/libscg uses its own type system.
 * Map it to the UAE types.
 */
 
#ifndef SCG_DEFS_H
#define SCG_DEFS_H

#include <string.h>

/* cdrecord lib uses its own code to achive maximum performance -
 * use that code if the clib functions are really that bad. */
#define fillbytes(addr,size,b) memset(addr,b,size)
#define movebytes(f,t,s) memmove(t,f,s)

#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.