More strict: separated we've just seen a newline from general text.

This commit is contained in:
2022-02-15 13:05:15 -08:00
parent 4fdb66076a
commit fb814b7223
3 changed files with 73 additions and 81 deletions

View File

@@ -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)