brzeszczot

brzeszczot.git
git clone git://git.lenczewski.org/brzeszczot.git
Log | Files | Refs

inibin_writer.c (157B)


      1 #include "libriot/inibin.h"
      2 
      3 b32
      4 riot_inibin_write(struct riot_inibin_ctx *ctx, struct mem_stream stream) {
      5 	assert(ctx);
      6 
      7 	(void) stream;
      8 
      9 	return false;
     10 }