5 lines
101 B
C
5 lines
101 B
C
#pragma once
|
|
|
|
int state_create (const char *);
|
|
void state_send (int, const char *, const char *);
|