File indexing completed on 2024-05-12 08:00:23

0001 /*
0002  * fcs_soft_suspend_test.c
0003  * Copyright (C) 2019 Shlomi Fish <shlomif@cpan.org>
0004  *
0005  * Distributed under terms of the Expat license.
0006  */
0007 
0008 #include <freecell-solver/fcs_user.h>
0009 #include <stdio.h>
0010 
0011 int main(void)
0012 {
0013     printf("%d\n", (int)FCS_STATE_SOFT_SUSPEND_PROCESS);
0014 
0015     return 0;
0016 }