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

Cris central_p at hotmail.com
Tue Jul 11 02:06:36 PDT 2006


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

This is from Anders' SDL bindings.
http://www.algonet.se/~afb/d/



More information about the Digitalmars-d-learn mailing list