blob: 0a2a19d3676941e7f48b912a4d6210eb7543ae1a [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GARNET_EXAMPLES_RUST_STATICLIB_C_LIB_H_
#define GARNET_EXAMPLES_RUST_STATICLIB_C_LIB_H_
// Prints a message to stdout.
void print_msg(void);
#endif // GARNET_EXAMPLES_RUST_STATICLIB_C_LIB_H_