#include <stdio.h>
#include "rdos.h"
#include "str.h"
#include "path.h"
#include "env.h"

void DisplayPrompt();

void main()
{
	DisplayPrompt();
}

