mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-08-11 21:20:18 +02:00
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include<stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("main address : %p\n",&main);
|
||||
printf("printf address : %p\n",&printf);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user