ani: fix sign comparison, plus a typo

laumann
May 10, 2023, 10:15 PM
MIGOMCLXILIVMBKTDJZOACZRJFPKATK4FPOHWNKU3LJ4CEZ4OUMQC

Dependencies

  • [2] 2U7P5SFQ Change struct names "struct foo -> typedef struct Foo"
  • [3] FB67XX5E add argument parsing setup
  • [4] 733PFZJ5 prefix header guard names with ANI_
  • [*] B3XLVPNC Add ani.c and initial Makefile

Change contents

  • replacement in macros.h at line 5
    [3.73][3.73:135]()
    * ARRAY_SIZE - get the number of elements in a visibl array.
    [3.73]
    [3.135]
    * ARRAY_SIZE - get the number of elements in a visible array.
  • replacement in ani.c at line 40
    [3.1400][3.1400:1408]()
    int i;
    [3.1400]
    [2.4598]
    long unsigned int i;