// UB_STD.H
//
// Copyright (c) 1994-1999 Symbian Ltd.  All rights reserved.
//

#include <e32std.h>
#include <e32base.h>
#include <e32cons.h>
#include <e32ver.h>
#include <e32panic.h>
#include <u32std.h>


GLREF_C void Panic(TBasePanic aPanic);
GLREF_C const TPtrC Category();

