source: buchla-68k/libcio/dirfns.x@ 33b5477

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

Fixed argument order.

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