Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active July 15, 2020 23:54
Show Gist options
  • Save mcsee/d7c4b221d7b8c53a4d3f1a50973d4ec5 to your computer and use it in GitHub Desktop.
Save mcsee/d7c4b221d7b8c53a4d3f1a50973d4ec5 to your computer and use it in GitHub Desktop.
Struct Point in C
struct Point {
float x;
float y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment