ref: 71df30b892b684311f65e661d0fe9a37bde9a632
dir: /binpack.c/
#include <stdbool.h> #include <stdlib.h> #include "binpack.h" void binary_bin_pack(unsigned width, unsigned height, struct Output out[], struct Input in[]) { } bool bin_pack(unsigned width, unsigned height, struct Output out[], struct Input in[]) { return true; }