Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9716 → Rev 9717

/programs/develop/cmm/main.cpp
21,6 → 21,10
#include <fcntl.h>
#include "tok.h"
 
#ifdef _KOS_
#include <conio.h>
#endif
 
static char **_Argv; //!!! simplest way to make your own variable
 
unsigned char compilerstr[]="SPHINX C-- 0.239";
225,12 → 229,6
// Added by Coldy
void ParseObjCommand(int cmd);
 
#ifdef _KOS_
extern "C" {
void con_set_title(char* title);
}
#endif
 
void ListId(int numfirstchar,unsigned char *list,unsigned short *ofs)
{
char buf[40];