File: stack-bottom.c

package info (click to toggle)
stalin 0.8-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 28,288 kB
  • ctags: 60,398
  • sloc: ansic: 804,080; lisp: 41,578; sh: 772; makefile: 97; sed: 59
file content (5 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
#include <stdio.h>

unsigned int f(unsigned int x) {return (unsigned int)&x;}

int main (void) {printf("%d\n", f(0)>0xa0000000); return 0;}