Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <stddef.h>
#define NAME_LEN 64;
typedef struct user {
char name[NAME_LEN];
int level;
} user_t;
elf = ELF("./prac")
menu()
make(0,"AAAAAAAA")
# double free bug
kill(0)
kill(0)
https://codereview.stackexchange.com/questions/210069/a-simple-password-manager-in-c
#include <assert.h>
#include <errno.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>