ETrobocon2017 - 片山研究所モデルベース開発推進事業部
str
apps
include
util.h
[詳解]
1
#ifndef MY_UNTL_H_
2
#define MY_UNTL_H_
3
4
#include "ev3api.h"
5
6
extern
void
init_f
(
const
char
*str);
7
extern
void
msg_f
(
const
char
*str, int32_t line);
8
9
#endif // MY_UNTL_H_
msg_f
void msg_f(const char *str, int32_t line)
Definition:
util.cpp:17
init_f
void init_f(const char *str)
Definition:
util.cpp:6
構築:
1.8.13