File: main.c

package info (click to toggle)
win32-loader 0.8.3%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,436 kB
  • ctags: 52
  • sloc: ansic: 346; makefile: 246; 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 ());
}