#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "threads/test.h"
Go to the source code of this file.
Functions | |
static void | checkf (const char *expect, const char *format,...) |
void | test (void) |
Variables | |
static int | failure_cnt |
static void checkf | ( | const char * | expect, | |
const char * | format, | |||
... | ||||
) | [static] |
Definition at line 23 of file stdio.c.
References failure_cnt, printf(), strcmp(), va_end, va_start, and vsnprintf().
Referenced by test().
void test | ( | void | ) |
int failure_cnt [static] |