tor-browser

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

EastAsianWidth.d.h (538B)


      1 #ifndef EastAsianWidth_D_H
      2 #define EastAsianWidth_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 enum EastAsianWidth {
     15  EastAsianWidth_Neutral = 0,
     16  EastAsianWidth_Ambiguous = 1,
     17  EastAsianWidth_Halfwidth = 2,
     18  EastAsianWidth_Fullwidth = 3,
     19  EastAsianWidth_Narrow = 4,
     20  EastAsianWidth_Wide = 5,
     21 } EastAsianWidth;
     22 
     23 typedef struct EastAsianWidth_option {union { EastAsianWidth ok; }; bool is_ok; } EastAsianWidth_option;
     24 
     25 
     26 
     27 #endif // EastAsianWidth_D_H