/*
** $Id: trans.h,v 1.2 2008/12/18 04:17:02 dredd Exp $
**
** $Source: /cvsroot/swlpc/swlpc/runtime/trans.h,v $
** $Revision: 1.2 $
** $Date: 2008/12/18 04:17:02 $
** $State: Exp $
**
** Author: Mike McGaughey & Geoff Wong, 1993-1999
**
** See the file "Copying" distributed with this file.
*/
#ifndef _TRANS_H
#define _TRANS_H
int buff_read_val(unsigned char *buff, int len, Val *to);
int buff_write_val(unsigned char * buff, int len, Val *from);
#endif