...
| Code Block | ||
|---|---|---|
| ||
int *loop_ptr;
int *int_ptr;
int *loopFunction(int *v_pointer) {
return v_pointer;
}
int_ptr = loopFunction(loop_ptr);
|
Implementation Details
List of The following list shows common alignments for Microsoft, Borland, and GNU compilers for the IA-32 architecture.
...