File: main.c

package info (click to toggle)
win32-loader 0.7.8%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 1,452 kB
  • ctags: 74
  • sloc: ansic: 555; 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 ());
}