#include "ioa.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Ioa_FileSize (char *pFileName) |
| DECLARATIONS ///. | |
| char * | Ioa_FileNameGeneric (char *FileName) |
| char * | Ioa_FileNameGenericAppend (char *pBase, char *pSuffix) |
| char * | Ioa_TimeStamp () |
| char * Ioa_FileNameGeneric | ( | char * | FileName | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file ioaUtil.c.


| char * Ioa_FileNameGenericAppend | ( | char * | pBase, |
| char * | pSuffix ) |
Function*************************************************************
Synopsis [Returns the composite name of the file.]
Description []
SideEffects []
SeeAlso []
Definition at line 93 of file ioaUtil.c.


| 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.

| char * Ioa_TimeStamp | ( | ) |
Function*************************************************************
Synopsis [Returns the time stamp.]
Description [The file should be closed.]
SideEffects []
SeeAlso []
Definition at line 127 of file ioaUtil.c.

