/*
  $Id$

  Copyright (C) 2007 by The Regents of the University of California

  Redistribution of this file is permitted under the terms of the 
  BSD license

  Date: 04/17/2008
  Author: Rares Vernica <rares (at) ics.uci.edu> 
*/

#ifndef _typedef_h_
#define _typedef_h_

typedef unsigned uint;
typedef unsigned char uchar;

#endif
