Fixing misplaced declaration issue.

This commit is contained in:
Alan Mishchenko 2025-12-24 17:52:20 -08:00
parent 60f52cc082
commit 84fca2c3f0
1 changed files with 4 additions and 5 deletions

View File

@ -24,17 +24,16 @@
#include "misc/extra/extra.h"
#include "sat/cnf/cnf.h"
void Abc_NtkVerifyPrintCex( const int * pModel, const int * pValues1, const int * pValues2,
const char * const * ppInputNames, int nInputs, const char * const * ppOutputNames, int nOutputs,
const char * pNtkName1, const char * pNtkName2 );
ABC_NAMESPACE_IMPL_START
////////////////////////////////////////////////////////////////////////
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
extern void Abc_NtkVerifyPrintCex( const int * pModel, const int * pValues1, const int * pValues2,
const char * const * ppInputNames, int nInputs, const char * const * ppOutputNames, int nOutputs,
const char * pNtkName1, const char * pNtkName2 );
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///
////////////////////////////////////////////////////////////////////////