mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-16 23:53:02 -04:00
5 lines
72 B
C
5 lines
72 B
C
#include <stdio.h>
|
|
long ftell(FILE* file)
|
|
{
|
|
return file->filepos;
|
|
} |