Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8517 → Rev 8518

/contrib/other/uarm/console_obj.h
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/contrib/other/uarm/main_pc.c
11,7 → 11,7
//#include <sys/select.h>
#include <signal.h>
//#include <termios.h>
#include "console_obj.h"
#include <sys/kos_LoadConsole.h>
 
#define getch2 con_getch
#define cprintf printf
/contrib/other/udcli/console_obj.h
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/contrib/other/udcli/udcli.c
6,7 → 6,7
* See (LICENSE)
* -----------------------------------------------------------------------------
*/
#include "console_obj.h"
#include <sys/kos_LoadConsole.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>