mirror of
https://github.com/drasko/codezero.git
synced 2026-02-07 15:33:16 +01:00
Patch for comments by bahadir
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int __fputc(int c, FILE *stream);
|
||||
extern int __fputc(int c, FILE *stream);
|
||||
|
||||
static int
|
||||
ser_out(int c)
|
||||
static int ser_out(int c)
|
||||
{
|
||||
__fputc(c, 0);
|
||||
if (c == '\n')
|
||||
|
||||
Reference in New Issue
Block a user