Let\'s say I have the following:
#include typedef struct Book { int year; char *title; } Book; int main(int argc, char* argv[]) {