mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-06-06 05:08:45 +08:00
Add ftell
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user