Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
dirent
telldir.c
pretty
plain
permalink
blame
history
•
7 lines
•
89 B
1
#include <dirent.h>
2
#include "__dirent.h"
3
4
long telldir(DIR *dir)
5
{
6
	return dir->tell;
7
}