Sha256: b1137c8815f9d14705f56d8229fa33648340bc92bbc74d500ed5c14bad6a32f4
Contents?: true
Size: 294 Bytes
Versions: 3
Compression:
Stored size: 294 Bytes
Contents
#ifndef MACSERIALRB_H #define MACSERIALRB_H 1 #include "ruby.h" #include "macserial/macserial.h" #include "macserial/modelinfo.h" static VALUE models(); static VALUE generate(int argc, VALUE *argv, VALUE self); static SERIALINFO get_serialinfo(const VALUE model); #endif /* MACSERIALRB_H */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
macserialrb-0.4.0 | ext/macserialrb/macserialrb.h |
macserialrb-0.3.0 | ext/macserialrb/macserialrb.h |
macserialrb-0.2.0 | ext/macserialrb/macserialrb.h |