blob: 9ea2968434848c6e647b25c4b323e42aa9a990bb [file] [log] [blame]
/*
* Copyright (c) 2013 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include <stddef.h>
extern const char *g(const char *, size_t);
extern const char *i(void);
extern void sprint_nybble(int i, char s[4]);