#include <std.h>
#include <stdio.h>

#include <pip.h>    
#include <swi.h>
#include <log.h>
#include <trc.h>
#include <math.h>

/* The following external objects are defined in the config file audio.cdb */
extern far LOG_Obj trace;  

main()
{
	printf("hello world\n");
}
