Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
32045fb76f |
18
Operator1.c
Normal file
18
Operator1.c
Normal file
@ -0,0 +1,18 @@
|
||||
#include "Operator1.h"
|
||||
|
||||
void Operator1_reset(outC_Operator1 *outC)
|
||||
{
|
||||
/*skip*/
|
||||
}
|
||||
|
||||
void Operator1(inC_Operator1 *inC, outC_Operator1 *outC)
|
||||
{
|
||||
acg_char _L3;
|
||||
acg_char _L4;
|
||||
_L3 = inC->Input1;
|
||||
outC->Output2 = _L3;
|
||||
_L4 = _L3 + _L3;
|
||||
outC->Output1 = _L4;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user