[go: up one dir, main page]

Menu

[897c37]: / runtime / trans.h  Maximize  Restore  History

Download this file

23 lines (17 with data), 461 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
/*
** $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