Last change
on this file since 703d4d0 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
|
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 |
|
---|
17 | extern int8_t *atrstr(int16_t atr, int8_t s[]);
|
---|
18 | extern int8_t *dtunpk(uint16_t din, uint16_t tin, int8_t *s, int16_t fmt);
|
---|
19 | extern int8_t *mname(int16_t n);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.