Sha256: cc1cb0fbdd0d535e1e7cdf46228612aa20e52b0d2535e371d98062813a2a1c6d

Contents?: true

Size: 413 Bytes

Versions: 2

Compression:

Stored size: 413 Bytes

Contents

#ifndef bar_H
#define bar_H

#include "custom_types.h"

void bar_turn_on(void);
void bar_print_message(const char * message);
void bar_print_message_formatted(const char * format, ...);
void bar_numbers(int one, int two, char three);
void bar_const_test(const char * a, char * const b, const int c);
custom_t bar_needs_custom_type(void);
const char * bar_return_const_ptr(int one);

#endif // bar_H

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.29.1 plugins/fake_function_framework/examples/fff_example/src/bar.h
ceedling-0.29.0 plugins/fake_function_framework/examples/fff_example/src/bar.h