ref-struct

qq_55731149 27 0 zip 2019-02-24 20:02:36

var ref = require('ref') var StructType = require('ref-struct') // define the time types var time_t = ref.types.long var suseconds_t = ref.types.long // define the "timeval" struct type var timeval = StructType({ tv_sec: time_t, tv_usec: suseconds_t }) // now we can create instances of it var

用户评论
请输入评论内容
评分:
暂无评论