Jspice3
scedio.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  sSCEDitf
 

Enumerations

Functions

int SCEDline ()
 
void SCEDfflush ()
 
char * SCEDfgets ()
 
enum Active SCEDactive ()
 

Variables

struct sSCEDitfft_sced
 

Enumeration Type Documentation

enum Active
Enumerator
SCED_inactive 
SCED_active 
SCED_inhelp 

Definition at line 12 of file scedio.h.

Function Documentation

enum Active SCEDactive ( )

Definition at line 63 of file scedstub.c.

65 {
66  return (SCED_inactive);
67 }
void SCEDfflush ( )

Definition at line 32 of file scedstub.c.

34 {
35  return;
36 }
char* SCEDfgets ( )
int SCEDline ( )

Variable Documentation

struct sSCEDitf* ft_sced

Definition at line 441 of file main.c.