[project @ 2001-08-17 12:50:34 by simonmar]
[ghc-base.git] / include / PackedString.h
1 /* -----------------------------------------------------------------------------
2  * $Id: PackedString.h,v 1.1 2001/06/28 14:15:04 simonmar Exp $
3  *
4  * C Definitions for PackedString.hs
5  *
6  * ---------------------------------------------------------------------------*/
7
8 #ifndef PACKEDSTRING_H
9 #define PACKEDSTRING_H
10
11 /* PackedString.c */
12 extern StgInt byteArrayHasNUL__ (StgByteArray ba, StgInt len);
13
14 #endif