Skip to content

Instantly share code, notes, and snippets.

View kalenwallin's full-sized avatar

Kalen kalenwallin

View GitHub Profile
@kalenwallin
kalenwallin / book.c
Created December 17, 2019 21:24
auto-posted gist
#include<stdlib.h>
#include<stdio.h>
#include<string.h>
#include "book.h"
Book * createBook(const char * title,
const char * authorFirstName,
const char * authorLastName,
int releaseYear,