Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/multi/SRC/prov.h
blob: b5797063f965b20fbf9af7d5fce82f3db9c19ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <string.h>


typedef struct binary_data {
    int size;
    unsigned char* data;
} binary_data;

int insert(unsigned char *bytes, int len);

binary_data out1();
binary_data funcionAux();