HomeSort by relevance Sort by last modified time
    Searched defs:C_uchar (Results 1 - 2 of 2) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 11 | C_uchar of char
51 | C_uchar c -> (int_of_char c)
68 | C_uchar c -> (float_of_int (int_of_char c))
115 let make_uchar c = C_uchar c
116 let make_uchar_i c = C_uchar (char_of_int c)
swig.mli 9 | C_uchar of char

Completed in 860 milliseconds