~linaro-toolchain-dev/cortex-strings/trunk

35 by Michael Hope
Updated the Newlib reference to 1.19.0
1
/* Basic macros that newlib uses */
2
#define _PTR  void *
3
#define _DEFUN(_name, _args, _def)  _name (_def)
4
#define _CONST const
5
#define _AND ,