|
abc-master
|
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_HEADER_START int | Util_SignalTmpFile (const char *prefix, const char *suffix, char **out_name) |
| INCLUDES ///. More... | |
| void | Util_SignalTmpFileRemove (const char *fname, int fLeave) |
| int | Util_SignalSystem (const char *cmd) |
| DECLARATIONS ///. More... | |
| int Util_SignalSystem | ( | const char * | cmd | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [utilSignal.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName []
Synopsis []
Author [Baruch Sterin]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2011.]
Revision [
]FUNCTION DEFINITIONS ///
Definition at line 46 of file utilSignal.c.
| ABC_NAMESPACE_HEADER_START int Util_SignalTmpFile | ( | const char * | prefix, |
| const char * | suffix, | ||
| char ** | out_name | ||
| ) |
INCLUDES ///.
CFile****************************************************************
FileName [utilSignal.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Signal handling utilities.]
Synopsis [Signal handling utilities.]
Author [Baruch Sterin]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2011.]
Revision [
]PARAMETERS ///BASIC TYPES ///MACRO DEFINITIONS ///FUNCTION DECLARATIONS ///
Definition at line 53 of file utilSignal.c.
| void Util_SignalTmpFileRemove | ( | const char * | fname, |
| int | fLeave | ||
| ) |
Definition at line 58 of file utilSignal.c.