bmsd/lock.h

Sun, 08 Mar 2020 17:43:55 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 08 Mar 2020 17:43:55 +0100
changeset 629
92afe6b59610
parent 0
033898178630
permissions
-rw-r--r--

Division by zero protection

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial