source:
CIVL/mods/dev.civl.abc/examples/c/pointsToAnalysis/argsSeparate.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 111 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | void f(int * p, int * q) { |
| 3 | |
| 4 | } |
| 5 | |
| 6 | int main() { |
| 7 | int * p; int * q; |
| 8 | int a, b; |
| 9 | p = &a; |
| 10 | q = &b; |
| 11 | f(p, q); |
| 12 | } |
| 13 |
Note:
See TracBrowser
for help on using the repository browser.
