|
Last change
on this file since e877e55 was 6aa430b, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
More accurate headers.
|
-
Property mode
set to
100644
|
|
File size:
672 bytes
|
| Line | |
|---|
| 1 | #pragma once
|
|---|
| 2 |
|
|---|
| 3 | #include "stdint.h"
|
|---|
| 4 | #include "stdio.h"
|
|---|
| 5 |
|
|---|
| 6 | /*
|
|---|
| 7 | =============================================================================
|
|---|
| 8 | putc.c -- global variables
|
|---|
| 9 | =============================================================================
|
|---|
| 10 | */
|
|---|
| 11 |
|
|---|
| 12 | extern int16_t _ClFlag;
|
|---|
| 13 |
|
|---|
| 14 | /*
|
|---|
| 15 | =============================================================================
|
|---|
| 16 | putc.c -- global functions
|
|---|
| 17 | =============================================================================
|
|---|
| 18 | */
|
|---|
| 19 |
|
|---|
| 20 | extern int16_t fclose(FILE *ptr);
|
|---|
| 21 | extern int16_t fflush(FILE *ptr);
|
|---|
| 22 | extern int16_t flush_(FILE *ptr, int16_t data);
|
|---|
| 23 | extern int16_t putc(int16_t c, FILE *ptr);
|
|---|
| 24 | extern int16_t puterr(int16_t c);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.