cvc4-1.3
ffs.h File Reference

Replacement for ffs() for systems without it (like Win32) More...

#include "cvc4_public.h"
#include "lib/replacements.h"

Go to the source code of this file.

Functions

int ffs (int i)
 

Detailed Description

Replacement for ffs() for systems without it (like Win32)

** Original author: Morgan Deters
** Major contributors: none
** Minor contributors (to current version): none
** This file is part of the CVC4 project.
** Copyright (c) 2009-2013  New York University and The University of Iowa
** See the file COPYING in the top-level source directory for licensing
** information.

Replacement for ffs() for systems without it (like Win32).

Definition in file ffs.h.

Function Documentation

int ffs ( int  i)