Say I\'m creating a library Earth that contains the following:
Earth
animal.h: struct Animal { char *name; };
animal.h
struct Animal { char *name; };