File: main.c

package info (click to toggle)
win32-loader 0.6.10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 924 kB
  • ctags: 37
  • sloc: ansic: 230; makefile: 132; sh: 54
file content (8 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
/* just for testing purposes */

#include <stdio.h>

main ()
{
  printf ("%d\n", check_64bit ());
}