Added c_old_argument_notation.c
This commit is contained in:
parent
00843ff8b6
commit
fd5ef1084a
10
c_old_argument_notation.c
Normal file
10
c_old_argument_notation.c
Normal file
@ -0,0 +1,10 @@
|
||||
//gcc c_old_argument_notation.c -o c_old_argument_notation.out -O0 -ggdb
|
||||
void f(c)
|
||||
char *c;
|
||||
{
|
||||
void* b = (void*)c;
|
||||
}
|
||||
|
||||
signed main(){
|
||||
f("aaa");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user