tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

PluralCategories.d.h (450B)


      1 #ifndef PluralCategories_D_H
      2 #define PluralCategories_D_H
      3 
      4 #include <stdio.h>
      5 #include <stdint.h>
      6 #include <stddef.h>
      7 #include <stdbool.h>
      8 #include "diplomat_runtime.h"
      9 
     10 
     11 
     12 
     13 
     14 typedef struct PluralCategories {
     15  bool zero;
     16  bool one;
     17  bool two;
     18  bool few;
     19  bool many;
     20  bool other;
     21 } PluralCategories;
     22 
     23 typedef struct PluralCategories_option {union { PluralCategories ok; }; bool is_ok; } PluralCategories_option;
     24 
     25 
     26 
     27 #endif // PluralCategories_D_H