/usr/lib/mlton/include/util/to-string.h is in mlton-basis 20100608-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | /* Copyright (C) 2004-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
* See the file MLton-LICENSE for details.
*/
PRIVATE const char* boolToString (bool b);
PRIVATE char* intmaxToCommaString (intmax_t n);
PRIVATE char* uintmaxToCommaString (uintmax_t n);
|