Why this returns the following error massage: identifier 'memset' is not defined

Tom S h3r3tic at remove.mat.uni.torun.pl
Tue Jul 11 03:11:32 PDT 2006


Cris wrote:
> alias memset SDL_memset;
> } else {
> void * SDL_memset(void *dst, int c, size_t len);
> }

import std.c.string;


-- 
Tomasz Stachowiak  /+ a.k.a. h3r3tic +/



More information about the Digitalmars-d-learn mailing list