ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

lwip_check.h File Reference
#include <config.h>
#include <check.h>
#include <stdlib.h>

Go to the source code of this file.

Defines

#define FAIL_RET()   do { fail(); return; } while(0)
#define EXPECT(x)   fail_unless(x)
#define EXPECT_RET(x)   do { fail_unless(x); if(!(x)) { return; }} while(0)
#define EXPECT_RETX(x, y)   do { fail_unless(x); if(!(x)) { return y; }} while(0)
#define EXPECT_RETNULL(x)   EXPECT_RETX(x, NULL)

Typedefs

typedef Suite *( suite_getter_fn )(void)

Functions

static Suite * create_suite (const char *name, TFun *tests, size_t num_tests, SFun setup, SFun teardown)

Generated on Sun May 27 2012 06:04:03 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.