Partially improve the cabalisation

This commit is contained in:
Don Stewart
2005-09-03 03:10:04 +00:00
parent 698e960ad4
commit 90d780cff8
35 changed files with 57 additions and 26 deletions

13
Language/Hi/hschooks.h Normal file
View File

@ -0,0 +1,13 @@
/* -----------------------------------------------------------------------------
* $ Id: hschooks.h,v 1.1.1.1 2004/05/24 09:35:39 dons Exp $
*
* Hooks into the RTS from the compiler.
*
* -------------------------------------------------------------------------- */
#include "HsFFI.h"
// Out-of-line string functions, see PrimPacked.lhs
HsInt plugin_strlen( HsAddr a );
HsInt plugin_memcmp( HsAddr a1, HsAddr a2, HsInt len );
HsInt plugin_memcmp_off( HsAddr a1, HsInt i, HsAddr a2, HsInt len );