meekrosoft / fff

A testing micro framework for creating function test doubles
Other
749 stars 163 forks source link

include fff.h once #132

Closed gregorybetton closed 7 months ago

gregorybetton commented 7 months ago

Is your feature request related to a problem? Please describe. If i include fff.h more than once I got an error

Describe the solution you'd like Add in header of file fff.h

#ifndef __FFF_H__
#define __FFF_H__

Add in end of file fff.h #endif /* __FFF_H__ */