source:
CIVL/mods/dev.civl.abc/examples/c/pointsToAnalysis/allocation.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 111 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | #include<stdlib.h> |
| 2 | ||
| 3 | int main() { | |
| 4 | int * p = malloc(sizeof(int) * 10); | |
| 5 | int * q = malloc(sizeof(int) * 11); | |
| 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
