]> andersk Git - splint.git/blame - test/manual/setname.c
Fixed problem with handleing oldsytle function declarations.
[splint.git] / test / manual / setname.c
CommitLineData
77970e15 1# include "setname.h"
2
3void setName (employee e)
4 /*@modifies e->name@*/
5{
6 strcpy (e->name, "");
7}
This page took 0.055493 seconds and 5 git commands to generate.