blob: 830080390c6aede83693cb0720a9bcb57a4ef1ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*-----------------------------------------------------------------------------
*
* (c)2014 Tweag I/O
*
* Prototypes for StaticPtrTable.c
*
* -------------------------------------------------------------------------- */
#pragma once
#include "BeginPrivate.h"
/** Frees the Static Pointer Table. */
void exitStaticPtrTable ( void );
#include "EndPrivate.h"
|