]> andersk Git - splint.git/blame - src/Headers/lclMisc.h
Fixed some splintme errors from the previous code change.
[splint.git] / src / Headers / lclMisc.h
CommitLineData
885824d3 1# ifndef LCLMISC_H
2# define LCLMISC_H
3
4typedef unsigned int bits;
5typedef long unsigned Handle;
6
7extern char *FormatInt (int p_i) /*@*/ ;
8extern bool firstWord (char *p_s, char *p_w);
9
10# endif
This page took 0.068758 seconds and 5 git commands to generate.