blob: aff5f25ba34959a70515e5955eff0245c0b8e590 [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 EXAMPLES_RUST_STATICLIB_C_LIB_H_
#define EXAMPLES_RUST_STATICLIB_C_LIB_H_
// Prints a message to stdout.
void print_msg(void);
#endif // EXAMPLES_RUST_STATICLIB_C_LIB_H_