Exemplo n.º 1
0
func GetFirst() *ENGINE {
	return newEngine(C.ENGINE_get_first())
}
Exemplo n.º 2
0
func NewFirst() *Engine {
	return New(C.ENGINE_get_first())
}