Skip to content

Instantly share code, notes, and snippets.

View msinnema's full-sized avatar

Marco Sinnema msinnema

  • Q-Free Netherlands B.V.
  • The Netherlands
View GitHub Profile
@msinnema
msinnema / sample.c
Last active June 6, 2018 11:56
Initialize Intrada
#include <stdio.h>
#include <stdlib.h>
#include "intrada.h"
int main ()
{
IntradaImage image;
IntradaData data;
IntradaSettings settings;
char image_name[500];