File: main.c

package info (click to toggle)
win32-loader 0.7.4.7%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,460 kB
  • sloc: ansic: 557; makefile: 241; sh: 61
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 ());
}