source:
CIVL/examples/translation/opencl/size_t.cvl@
4540352
| Last change on this file since 4540352 was 851f3e26, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 127 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | #include<stdlib.h> |
| 3 | #include <stdio.h> |
| 4 | |
| 5 | void main() |
| 6 | { |
| 7 | size_t size = sizeof(int); |
| 8 | size_t * sizes = (size_t*)malloc(size); |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
