File: main.c

package info (click to toggle)
win32-loader 0.9.4%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,520 kB
  • sloc: ansic: 346; makefile: 248; sh: 53
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 ());
}