Mercurial > hg > CbC > old > device
comparison README @ 637:140b65f8ff03
ARRAY argument in fuction
author | kono |
---|---|
date | Tue, 31 Oct 2006 20:42:42 +0900 |
parents | e055df7c1082 |
children | c005a392e27e |
comparison
equal
deleted
inserted
replaced
636:72c4a8137fff | 637:140b65f8ff03 |
---|---|
122 // but no operation (including assignment) are no allowed. | 122 // but no operation (including assignment) are no allowed. |
123 // Long long value (0LL) can be used but it gives long value. | 123 // Long long value (0LL) can be used but it gives long value. |
124 // Long is equal to an int and a pointer (32bit). | 124 // Long is equal to an int and a pointer (32bit). |
125 | 125 |
126 Only Mac OS X and Red hat Linux is supported. | 126 Only Mac OS X and Red hat Linux is supported. |
127 Intel Mac is supported. | |
127 | 128 |
128 Inline directive is ignored and gives normal function definition. | 129 Inline directive is ignored and gives normal function definition. |
129 | 130 |
130 Register float is supported in Power PC | 131 Register float is supported in Power PC |
131 // Register float arguments does no accepts assignment operation such as | 132 // Register float arguments does no accepts assignment operation such as |