Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3479 → Rev 5098

/programs/develop/libraries/iconv/iconv.c
1,5 → 1,7
#include <string.h>
#include <stdio.h>
//#include <string.h>
//#include <stdio.h>
typedef unsigned int size_t;
#define NULL ((void*)0)
 
typedef int conv_t;
typedef unsigned int ucs4_t;