#ifndef _LYNQ_ALARM_H_ | |
#define _LYNQ_ALARM_H_ | |
#include<stdio.h> | |
#include<stdlib.h> | |
#include<regex.h> | |
#include<stdbool.h> | |
#include<time.h> | |
#include<string.h> | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
ssize_t wakealarm(char *buffer); | |
ssize_t poweralarm(char *buffer); | |
int cancel_wakealarm(void); | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif |