yodamaster / cmockery

Automatically exported from code.google.com/p/cmockery
0 stars 0 forks source link

Add headers for regular case #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!

I think adding the standard required headers within #if/#endif would reduce
the code needed to bootstrap a new test.

#ifndef CMOCKERY_NO_STANDARD_HEADERS
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#endif

Original issue reported on code.google.com by tommie%s...@gtempaccount.com on 18 Aug 2009 at 7:24