Sha256: 01720e828e4040ff6ba80cdb1a523414bbfaf5fed6b5ceb24216d576ec9f8101

Contents?: true

Size: 399 Bytes

Versions: 7

Compression:

Stored size: 399 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

7 entries across 7 versions & 1 rubygems

Version Path
ceedling-0.31.1 plugins/fake_function_framework/examples/fff_example/src/bar.h
ceedling-0.31.0 plugins/fake_function_framework/examples/fff_example/src/bar.h
ceedling-0.30.0 plugins/fake_function_framework/examples/fff_example/src/bar.h
ceedling-0.28.3 plugins/fake_function_framework/examples/fff_example/src/bar.h
ceedling-0.28.2 plugins/fake_function_framework/examples/fff_example/src/bar.h
ceedling-0.28.1 plugins/fake_function_framework/examples/fff_example/src/bar.h
ceedling-0.27.0 plugins/fake_function_framework/examples/fff_example/src/bar.h