File: foundation_prim.h

package info (click to toggle)
haskell-basement 0.0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: haskell: 11,336; ansic: 63; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#ifndef FOUNDATION_PRIM_H
#define FOUNDATION_PRIM_H
#include "Rts.h"

typedef StgInt FsOffset;
typedef StgInt FsCountOf;

#endif