Skip to content

Instantly share code, notes, and snippets.

View berkay-repos's full-sized avatar

Berkay berkay-repos

  • Roketsan
  • Istanbul
View GitHub Profile
@berkay-repos
berkay-repos / main.c
Last active April 10, 2021 22:28
Reminder
#include <libnotify/notify.h>
#include <time.h>
#define MAXLINE 1000
int cmp(char *, char *);
int detect_month(char[9], char[12][9]);
void cat(char *, char *);
void cpy(char *, char *);
int len(char *);