abc-master
|
#include "ioa.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Ioa_FileSize (char *pFileName) |
DECLARATIONS ///. More... | |
char * | Ioa_FileNameGeneric (char *FileName) |
char * | Ioa_FileNameGenericAppend (char *pBase, char *pSuffix) |
char * | Ioa_TimeStamp () |
char* Ioa_FileNameGeneric | ( | char * | FileName | ) |
char* Ioa_FileNameGenericAppend | ( | char * | pBase, |
char * | pSuffix | ||
) |
ABC_NAMESPACE_IMPL_START int Ioa_FileSize | ( | char * | pFileName | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioaUtil.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to read binary AIGER format developed by Armin Biere, Johannes Kepler University (http://fmv.jku.at/)]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - December 16, 2006.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Returns the file size.]
Description [The file should be closed.]
SideEffects []
SeeAlso []
Definition at line 46 of file ioaUtil.c.