]> andersk Git - splint.git/blame_incremental - src/Headers/lclMisc.h
Fixed problem with resetting null state after error for constants.
[splint.git] / src / Headers / lclMisc.h
... / ...
CommitLineData
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.043948 seconds and 5 git commands to generate.