index
:
c-stuff
master
Wide assortment of random c snippets, tests and tools which don't deserve their own repository.
Tomasz Kramkowski <tomasz@kramkow.ski>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
addrofmain.c
blob: 547909ff700e8af3f0754a6568297fc5bbbdfe07 (
plain
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"%p
\n
"
,
main
);
return
0
;
}