Wirepas SDK
print.h
Go to the documentation of this file.
1/* Copyright 2018 Wirepas Ltd. All Rights Reserved.
2 *
3 * See file LICENSE.txt for full license details.
4 *
5 */
6
7#ifndef _PRINT_H_
8#define _PRINT_H_
9
10#include <stdarg.h>
11
15void Print_init(void);
16
25int Print_printf(const char * fmt, ...);
26
27#endif /* _PRINT_H_ */
int Print_printf(const char *fmt,...)
printf functionality
void Print_init(void)
Initialize the print module.