Skip to content

Instantly share code, notes, and snippets.

@heronyang
Last active August 3, 2019 20:35
Show Gist options
  • Select an option

  • Save heronyang/a94de635b48a26e019e8557fef1956b7 to your computer and use it in GitHub Desktop.

Select an option

Save heronyang/a94de635b48a26e019e8557fef1956b7 to your computer and use it in GitHub Desktop.
/* point.h */
struct Point;
struct Point* makePoint(double x, double y);
double getDistance(struct Point *p1, struct Point *p2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment