提交 545fde23 编写于 作者: L linghuazaii

Add interface for int64_t

上级 6a039466
......@@ -426,7 +426,7 @@ int iniparser_getint(const dictionary * d, const char * key, int notfound)
/*-------------------------------------------------------------------------*/
/**
@brief Get the string associated to a key, convert to an int
@brief Get the string associated to a key, convert to an int64_t
@param d Dictionary to search
@param key Key string to look for
@param notfound Value to return in case of error
......
......@@ -193,7 +193,7 @@ int iniparser_getint(const dictionary * d, const char * key, int notfound);
/*-------------------------------------------------------------------------*/
/**
@brief Get the string associated to a key, convert to an int
@brief Get the string associated to a key, convert to an int64_t
@param d Dictionary to search
@param key Key string to look for
@param notfound Value to return in case of error
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册