forked from KolibriOS/kolibrios
5 lines
68 B
C
5 lines
68 B
C
#include "stdio.h"
|
|
void rewind(FILE* file)
|
|
{
|
|
file->filepos=0;
|
|
} |