Annotation of uae/src/include/scg/defs.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * cdrecord/libscg uses its own type system.
        !             3:  * Map it to the UAE types.
        !             4:  */
        !             5:  
        !             6: #ifndef SCG_DEFS_H
        !             7: #define SCG_DEFS_H
        !             8: 
        !             9: #include <string.h>
        !            10: 
        !            11: /* cdrecord lib uses its own code to achive maximum performance -
        !            12:  * use that code if the clib functions are really that bad. */
        !            13: #define fillbytes(addr,size,b) memset(addr,b,size)
        !            14: #define movebytes(f,t,s) memmove(t,f,s)
        !            15: 
        !            16: #endif

unix.superglobalmegacorp.com

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