inibin_printer.c (120B)
1 #include "libriot/inibin.h" 2 3 void 4 riot_inibin_print(struct riot_inibin_ctx *ctx, FILE *f) { 5 assert(ctx); 6 assert(f); 7 }