mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-03 22:01:55 +03:00
efd8f1922c
git-svn-id: svn://kolibrios.org@5266 a494cfbc-eb01-0410-851d-a64ba20cac60
5 lines
72 B
C
5 lines
72 B
C
#include <stdio.h>
|
|
long ftell(FILE* file)
|
|
{
|
|
return file->filepos;
|
|
} |