Ejemplo n.º 1
0
func GetOrgName() string {
	var str string

	str = C.GoString(C.al_get_org_name())

	return str
}
Ejemplo n.º 2
0
Archivo: al.go Proyecto: beoran/algo
// Gets the name of the organisation
func GetOrgName() string {
	return gostr(C.al_get_org_name())
}
Ejemplo n.º 3
0
func GetOrgName() string {
	return C.GoString(C.al_get_org_name())
}