10 lines
134 B
C
10 lines
134 B
C
#ifndef _WIZHELPER_H_
|
|
#define _WIZHELPER_H_
|
|
|
|
#include <stdbool.h>
|
|
|
|
int wizInit();
|
|
bool isNetworkAvailable();
|
|
|
|
|
|
#endif // _WIZHELPER_H_
|