Add a binding to ftell()
This commit is contained in:
@@ -19,6 +19,7 @@ native mod libc = "libc.so.6" {
|
||||
fn ungetc(int c, FILE f);
|
||||
fn fread(vbuf buf, uint size, uint n, FILE f) -> uint;
|
||||
fn fseek(FILE f, int offset, int whence) -> int;
|
||||
fn ftell(FILE f) -> int;
|
||||
|
||||
type dir;
|
||||
fn opendir(sbuf d) -> dir;
|
||||
|
||||
Reference in New Issue
Block a user