Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 26, 2019 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/6ea5de8909ed6f176bfbf4e4874b8ce5 to your computer and use it in GitHub Desktop.
Save jasongorman/6ea5de8909ed6f176bfbf4e4874b8ce5 to your computer and use it in GitHub Desktop.
float rectangular_area(struct Room *room) {
return room->length * room->width;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment