* lib/fputsx.c, lib/gshadow.c, lib/commonio.h: Added splint
annotations.
This commit is contained in:
parent
a121b9b659
commit
0b1397b33b
@ -1,6 +1,7 @@
|
||||
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* lib/gshadow.c, lib/commonio.h: Added splint annotations.
|
||||
* lib/fputsx.c, lib/gshadow.c, lib/commonio.h: Added splint
|
||||
annotations.
|
||||
|
||||
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
#ident "$Id$"
|
||||
|
||||
|
||||
char *fgetsx (char *buf, int cnt, FILE * f)
|
||||
/*@null@*/char *fgetsx (/*@returned@*/ /*@out@*/char *buf, int cnt, FILE * f)
|
||||
{
|
||||
char *cp = buf;
|
||||
char *ep;
|
||||
|
Loading…
Reference in New Issue
Block a user