File: conditions.h

package info (click to toggle)
sysfence 0.14-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 444 kB
  • ctags: 334
  • sloc: ansic: 2,443; makefile: 155
file content (27 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 
  copyright (c) 2004, Michal Salaban <emes@pld-linux.org>

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License, version 2 as
  published by the Free Software Foundation (see file COPYING for details).

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  
  $Id: conditions.h,v 1.9 2004/05/23 20:52:22 emes Exp $
 
*/
#include <stdio.h>

#define DEFAULTSTEP     10

/*
 *  Functions
 */

int check_atomic (sf_atomic *at);
int check_expression (sf_expression *ex);

/* $Id: conditions.h,v 1.9 2004/05/23 20:52:22 emes Exp $ */