thermferm/thermferm.c

changeset 131
528dc0bb81ab
parent 111
bdf3c5278a24
child 150
1e0a698401df
equal deleted inserted replaced
130:25158b08843f 131:528dc0bb81ab
31 #include "futil.h" 31 #include "futil.h"
32 #include "units.h" 32 #include "units.h"
33 #include "xutil.h" 33 #include "xutil.h"
34 34
35 35
36 int current_unit = -1; 36 char *current_unit = NULL;
37 int tempA = 80; 37 int tempA = 80;
38 int tempB = 80; 38 int tempB = 80;
39 39
40 key_t key = 5680; /* key to be passed to shmget() */ 40 key_t key = 5680; /* key to be passed to shmget() */
41 int shmid; 41 int shmid;

mercurial