mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 04:12:34 +03:00
51d395d0cc
git-svn-id: svn://kolibrios.org@145 a494cfbc-eb01-0410-851d-a64ba20cac60
5 lines
68 B
C
5 lines
68 B
C
#include "stdio.h"
|
|
void rewind(FILE* file)
|
|
{
|
|
file->filepos=0;
|
|
} |