Help for this page

Select Code to Download


  1. or download this
    typedef struct {
        float one;
    ...
        int   three; /* 3 */
        bool  potato; /* true */
    } struct_name_with_comments;
    
  2. or download this
    $VAR1 = 'struct_name_with_comments';
    $VAR2 = [
    ...
              ['int', 'three', 3],
              ['bool', 'potato', 'false']
            ];