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

« back to all changes in this revision

Viewing changes to reference/newlib-c/shim.h

  • Committer: Michael Hope
  • Date: 2012-06-07 04:10:34 UTC
  • Revision ID: michael.hope@linaro.org-20120607041034-xrwkulqs28ac427z
Updated the newlib reference copy to 1.20+2012-06-07.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 ,