source: buchla-68k/libcio/putc.x@ 6aa430b

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

More accurate headers.

  • Property mode set to 100644
File size: 672 bytes
RevLine 
[6262b5c]1#pragma once
2
3#include "stdint.h"
[6aa430b]4#include "stdio.h"
[6262b5c]5
6/*
7 =============================================================================
8 putc.c -- global variables
9 =============================================================================
10*/
11
12extern int16_t _ClFlag;
13
14/*
15 =============================================================================
16 putc.c -- global functions
17 =============================================================================
18*/
19
20extern int16_t fclose(FILE *ptr);
21extern int16_t fflush(FILE *ptr);
22extern int16_t flush_(FILE *ptr, int16_t data);
23extern int16_t putc(int16_t c, FILE *ptr);
24extern int16_t puterr(int16_t c);
Note: See TracBrowser for help on using the repository browser.