close Warning: Can't use blame annotator:
No changeset f852615a5d214930cd037899002aac0fec7e05a2 in the repository

source: buchla-68k/libcio/fseek.x@ f852615

Last change on this file since f852615 was 526a993, checked in by Thomas Lopatic <thomas@…>, 8 years ago

Wording change.

  • Property mode set to 100644
File size: 506 bytes
RevLine 
1/*
2 =============================================================================
3 fseek.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "stdint.h"
10#include "stdio.h"
11
12/*
13 =============================================================================
14 external functions
15 =============================================================================
16*/
17
18extern int16_t fseek(FILE *fp, int32_t pos, int16_t mode);
Note: See TracBrowser for help on using the repository browser.