git_oid_fromstrp

Parse a hex formatted null-terminated string into a git_oid.

@param out_ oid structure the result is written into. @param str input hex string; must be null-terminated. @return 0 or an error code

extern (C) nothrow @nogc
int
git_oid_fromstrp
(,
const(char)* str
)

Meta