Skip to content
Snippets Groups Projects
Commit 2eedf7f6 authored by Wilhelm Köhler's avatar Wilhelm Köhler Committed by Henrik (Grubba) Grubbström
Browse files

Added tell. Thanks Wilhelm Köhler.

Rev: lib/modules/Stdio.pmod:1.5
parent ff7952dd
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,11 @@ class FILE { ...@@ -58,6 +58,11 @@ class FILE {
return file::seek(pos); return file::seek(pos);
} }
int tell()
{
return bpos;
}
int close(void|string mode) int close(void|string mode)
{ {
bpos=0; bpos=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment