meekrosoft / fff

A testing micro framework for creating function test doubles
Other
777 stars 168 forks source link

memcpy() memset() without #include <string.h> #8

Closed JonJagger closed 8 years ago

JonJagger commented 9 years ago

Hi Mike, fff.h has calls to memcpy() and memset without preceeding protoypes... Cheers Jon

CiderMan commented 8 years ago

We've also just bumped into this so I've created a pull request for the fix. Cheers!

meekrosoft commented 8 years ago

Thanks @CiderMan ! Merged!