Last change
on this file since 6a37d5b was 33b5477, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Fixed argument order.
|
-
Property mode
set to
100644
|
File size:
585 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[]);
|
---|
[33b5477] | 18 | extern int8_t *dtunpk(int16_t din, int16_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.