]> andersk Git - splint.git/blob - src/Headers/lclMisc.h
7b64163d7108718817614d6f0379d10f30840e9a
[splint.git] / src / Headers / lclMisc.h
1 # ifndef LCLMISC_H
2 # define LCLMISC_H
3
4 typedef unsigned int bits;
5 typedef long unsigned Handle;
6
7 extern char *FormatInt (int p_i) /*@*/ ;
8 extern bool firstWord (char *p_s, char *p_w);
9
10 # endif
This page took 0.026037 seconds and 3 git commands to generate.