Displaying 1 result from an estimated 1 matches for "local_strtol".
Did you mean:
local_strtod
2012 Apr 17
1
[PATCH 2/2] replace local_strtoull with _strtoui64 in windows
Previous patch replaced the other local_strtoll with _strtoi64
---
include/share/compat.h | 3 ++-
src/metaflac/options.c | 23 +----------------------
2 files changed, 3 insertions(+), 23 deletions(-)
diff --git a/include/share/compat.h b/include/share/compat.h
index ff5c8af..8ad3698 100644
--- a/include/share/compat.h
+++ b/include/sha...