Property definitions

gmp $ NativeMPZ :: get_str
    fun get_str(base: Int32): CString `{
        return mpz_get_str(NULL, base, self);
    `}
lib/gmp/native_gmp.nit:137,5--139,6