Skip to content

Instantly share code, notes, and snippets.

View yotamN's full-sized avatar

Yotam yotamN

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define TRUE 1
#define FALSE 0
char* PutInStr(const char* fname);
int check(char* sig, char* doc);