source: buchla-68k/libcio/close.x@ 6262b5c

Last change on this file since 6262b5c was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Added include files for global functions and variables.

  • Property mode set to 100644
File size: 416 bytes
Line 
1#pragma once
2
3#include "biosdefs.h"
4#include "stdint.h"
5
6/*
7 =============================================================================
8 close.c -- global functions
9 =============================================================================
10*/
11
12extern void _clsdir(void);
13extern void _clsfat(void);
14extern void _fd_cls(void);
15extern int16_t _filecl(struct fcb *fp);
16extern int16_t close(int16_t fd);
17
Note: See TracBrowser for help on using the repository browser.