source: buchla-68k/libcio/dirfns.x

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

No more warnings in libcio.

  • Property mode set to 100644
File size: 587 bytes
RevLine 
[526a993]1/*
2 =============================================================================
3 dirfns.c -- external declarations
4 =============================================================================
5*/
6
[6262b5c]7#pragma once
8
9#include "stdint.h"
10
11/*
12 =============================================================================
[526a993]13 external functions
[6262b5c]14 =============================================================================
15*/
16
17extern int8_t *atrstr(int16_t atr, int8_t s[]);
[8973acd]18extern int8_t *dtunpk(uint16_t din, uint16_t tin, int8_t *s, int16_t fmt);
[6262b5c]19extern int8_t *mname(int16_t n);
Note: See TracBrowser for help on using the repository browser.