Add ftell

This commit is contained in:
2021-12-31 10:08:00 +08:00
parent ac4fee1977
commit 1f6f0acf05
4 changed files with 24 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ if (WIN32)
else()
check_symbol_exists(fseeko "stdio.h" HAVE_FSEEKO)
check_symbol_exists(fseeko64 "stdio.h" HAVE_FSEEKO64)
check_symbol_exists(ftello "stdio.h" HAVE_FTELLO)
check_symbol_exists(ftello64 "stdio.h" HAVE_FTELLO64)
endif()
check_symbol_exists(strerror_r "string.h" HAVE_STRERROR_R)
if (HAVE_STRERROR_R)