ref: 0eb5f5fe9d1ad7ca3462dafc0681e635ea008d80
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[]) { } // Make sure we pass with one or fewer elements bool bin_pack(unsigned width, unsigned height, struct Output out[], struct Input in[]) { return true; }