ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/libclamav/bignum.h

14 lines
195 B

#ifndef BIGNUM_H_
#define BIGNUM_H_
#if HAVE_CONFIG_H
#include "clamav-config.h"
#endif
#if HAVE_SYSTEM_TOMSFASTMATH
#include <tfm.h>
#else
#include "tomsfastmath/headers/tfm.h"
#endif
#endif