diff options
Diffstat (limited to 'libc/include/stdio.yaml')
-rw-r--r-- | libc/include/stdio.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/include/stdio.yaml b/libc/include/stdio.yaml index 2a0c563..394437b 100644 --- a/libc/include/stdio.yaml +++ b/libc/include/stdio.yaml @@ -197,12 +197,26 @@ functions: - type: FILE * - type: long - type: int + - name: fseeko + standards: + - POSIX + return_type: int + arguments: + - type: FILE * + - type: off_t + - type: int - name: ftell standards: - stdc return_type: long arguments: - type: FILE * + - name: ftello + standards: + - POSIX + return_type: off_t + arguments: + - type: FILE * - name: funlockfile standards: - POSIX |