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