]> andersk Git - splint.git/blob - test/manual/setname.c
Fixes for win32
[splint.git] / test / manual / setname.c
1 # include "setname.h"
2
3 void setName (employee e)
4  /*@modifies e->name@*/
5 {
6   strcpy (e->name, "");
7 }
This page took 0.051287 seconds and 5 git commands to generate.