Mercurial > hg > CbC > old > device
comparison test/basic.c @ 574:aad312f61654 inmode-fix
remove too much inmode.
author | kono |
---|---|
date | Fri, 13 Jan 2006 18:37:05 +0900 |
parents | 492f06738550 |
children | 5e71527f9fd6 |
comparison
equal
deleted
inserted
replaced
573:3de2ae36c7e5 | 574:aad312f61654 |
---|---|
117 | 117 |
118 INLINE | 118 INLINE |
119 int | 119 int |
120 h( int a0,int a1,int a2,int a3,int a4,int a5,int a6,int a7,int a8) | 120 h( int a0,int a1,int a2,int a3,int a4,int a5,int a6,int a7,int a8) |
121 { | 121 { |
122 g( a0,a1,a2,a3,a4,a5,a6,a7,a8); | 122 return g( a0,a1,a2,a3,a4,a5,a6,a7,a8); |
123 } | 123 } |
124 | 124 |
125 | 125 |
126 INLINE | 126 INLINE |
127 double | 127 double |