Jump to content

LibMISB/Examples/Example Application: Difference between revisions

Line 374: Line 374:
===Extra code===
===Extra code===


<syntaxhighlight lang="C">
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
Line 408: Line 409:
     return 0;
     return 0;
}
}
</syntaxhighlight>


Save the file as decoder.c and then you can compile the code by using:
Save the file as decoder.c and then you can compile the code by using:
Cookies help us deliver our services. By using our services, you agree to our use of cookies.