Ejemplo n.º 1
0
func (self *ENGINE) add() int {
	return int(C.ENGINE_add(self.engine))
}
Ejemplo n.º 2
0
func (e *Engine) Add() int {
	return int(C.ENGINE_add(e.eng))
}