Skip to content
Snippets Groups Projects
Commit 484b89a5 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-02-19 13:55:52 by simonm]

header file for ByteOps.c.
parent 4e2414d4
No related merge requests found
#ifndef BYTEOPS_H
#define BYTEOPS_H
/* "Native" support */
/* sigh again: without these some (notably "float") willnae work */
I_ long2bytes__ PROTO((long, unsigned char *));
I_ int2bytes__ PROTO((int, unsigned char *));
I_ short2bytes__ PROTO((short, unsigned char *));
I_ float2bytes__ PROTO((float, unsigned char *));
I_ double2bytes__ PROTO((double, unsigned char *));
I_ bytes2long__ PROTO((P_, I_ *));
I_ bytes2int__ PROTO((P_, I_ *));
I_ bytes2short__ PROTO((P_, I_ *));
I_ bytes2float__ PROTO((P_, StgFloat *));
I_ bytes2double__ PROTO((P_, StgDouble *));
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment