Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 559 → Rev 560

/programs/develop/metcc/trunk/libc/include/stdio.h
1,7 → 1,7
#ifndef stdio_h
#define stdio_h
#include "mesys.h"
#define NULL (void*)0
#define NULL ((void*)0)
typedef struct {
char* buffer;
int buffersize;
/programs/develop/metcc/trunk/libc/include/string.h