aocc23

Advent of Code 2023
git clone git://www.tkruger.se/aocc23.git
Log | Files | Refs | README

test_set_u64.h (135B)


      1 #ifndef TEST_SET_U64_H
      2 #define TEST_SET_U64_H
      3 
      4 #include "../set_u64.h"
      5 #include <CUnit/Basic.h>
      6 
      7 void test_set_u64_init(void);
      8 
      9 #endif