summaryrefslogtreecommitdiff
path: root/ldmicro/includes/simulate.h
blob: 7b26ba34e40b0d9f9a04ec632fb8722dfacd79ca (plain)
1
2
3
4
5
6
7
8
/*This file is created with an intention to share simulation functions
with advanced simulation dialog window*/
#ifndef _SIMULATE_H
#define _SIMULATE_H

static void SetSingleBit(char *name, BOOL state);
static BOOL SingleBitOn(char *name);
#endif