blob: c6f2a274ddd9a5e37f8225553125204c3d630f58 [file] [log] [blame]
// Copyright 2020 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 EXAMPLES_RUST_CDYLIB_C_LIB_H_
#define EXAMPLES_RUST_CDYLIB_C_LIB_H_
// Prints a message to stdout.
void print_msg(void);
#endif // EXAMPLES_RUST_CDYLIB_C_LIB_H_