File: fcs_soft_suspend_test.c

package info (click to toggle)
kpat 4%3A20.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,012 kB
  • sloc: cpp: 16,275; xml: 179; ansic: 46; sh: 22; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * fcs_soft_suspend_test.c
 * Copyright (C) 2019 Shlomi Fish <shlomif@cpan.org>
 *
 * Distributed under terms of the Expat license.
 */

#include <freecell-solver/fcs_user.h>
#include <stdio.h>

int main(void)
{
    printf("%d\n", (int)FCS_STATE_SOFT_SUSPEND_PROCESS);

    return 0;
}