Skip to content

Commit

Permalink
fseeko
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Dec 20, 2024
1 parent 9cb6159 commit 5512e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asammdf/blocks/cutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <pthread.h>
#include <unistd.h>
#define Sleep(x) usleep((int)(1000 * (x)))
#define FSEEK64(file, address, whence) fseek0((file), (address), (whence))
#define FSEEK64(file, address, whence) fseeko((file), (address), (whence))
#define FTELL64(file) ftello(file)
#endif

Expand Down

0 comments on commit 5512e8d

Please sign in to comment.