diff options
Diffstat (limited to 'libraries/base/include/PackedString.h')
-rw-r--r-- | libraries/base/include/PackedString.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/base/include/PackedString.h b/libraries/base/include/PackedString.h new file mode 100644 index 0000000000..a0fc8309c3 --- /dev/null +++ b/libraries/base/include/PackedString.h @@ -0,0 +1,14 @@ +/* ----------------------------------------------------------------------------- + * $Id: PackedString.h,v 1.1 2001/06/28 14:15:04 simonmar Exp $ + * + * C Definitions for PackedString.hs + * + * ---------------------------------------------------------------------------*/ + +#ifndef PACKEDSTRING_H +#define PACKEDSTRING_H + +/* PackedString.c */ +extern StgInt byteArrayHasNUL__ (StgByteArray ba, StgInt len); + +#endif |