thermferm/lock.h

Sun, 07 Apr 2024 16:05:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 07 Apr 2024 16:05:06 +0200
changeset 665
66fae54fa7ba
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fermentation processing in it's own function.

#ifndef	LOCK_H
#define	LOCK_H


int  lockprog(char *);
void ulockprog(char *);

#endif

mercurial