Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / util.c
... / ...
CommitLineData
1/* Copyright (C) 2018 Matthew Fluet.
2 * Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
3 * Jagannathan, and Stephen Weeks.
4 *
5 * MLton is released under a BSD-style license.
6 * See the file MLton-LICENSE for details.
7 */
8
9#include "util.h"
10
11#include "util/die.c"
12#include "util/to-string.c"