There is no HEW compiler. You may be using GNU SH compiler or Renesas/Hitachi SH compiler. In the Renesas compiler malloc() is part of stdlib.h. It does not have a malloc.h. Also in GNUSH malloc() is part of stdlib.h. May be you should use stdlib.h instead of malloc.h
↧