Help for this page

Select Code to Download


  1. or download this
      typedef struct {
          double x
          double y;
    ...
      /* and later in the code */
    
      some_point.x = 1.02;