Mercurial > hg > CbC > old > device
diff test/offset.c @ 713:88e364604533 current-release **INVALID**
*** empty log message ***
author | kono |
---|---|
date | Mon, 29 Oct 2007 17:26:43 +0900 |
parents | a4445cb1aa91 |
children | c2c709727221 |
line wrap: on
line diff
--- a/test/offset.c Sat Oct 27 23:20:44 2007 +0900 +++ b/test/offset.c Mon Oct 29 17:26:43 2007 +0900 @@ -1,5 +1,9 @@ extern int printf(const char *,...); +#ifndef INLINE +#define INLINE +#endif + #define BIT8 260 #define BIT10 1030 #define BIT12 5000 @@ -8,7 +12,7 @@ int midium[BIT12]; int large[BIT16]; -int +static INLINE int main0(int ac,char *av[]) { int *p;