9 lines
90 B
C
9 lines
90 B
C
|
void seekdir() {
|
||
|
puts("in seekdir");
|
||
|
}
|
||
|
|
||
|
int telldir() {
|
||
|
puts("in telldir");
|
||
|
return 1;
|
||
|
}
|