More strict: separated we've just seen a newline from general text.
This commit is contained in:
@@ -15,9 +15,9 @@ static void int_to_string(const int *const n,
|
||||
#define ARRAY_NAME int
|
||||
#define ARRAY_TYPE int
|
||||
#define ARRAY_EXPECT_TRAIT
|
||||
#include "../src/array.h"
|
||||
#include "array.h"
|
||||
#define ARRAY_TO_STRING &int_to_string
|
||||
#include "../src/array.h"
|
||||
#include "array.h"
|
||||
static int int_cmp(const int *const a, const int *const b)
|
||||
{ return (*b < *a) - (*a < *b); }
|
||||
static int void_int_cmp(const void *const a, const void *const b)
|
||||
|
||||
Reference in New Issue
Block a user