25 lines
301 B
C
25 lines
301 B
C
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
#include <stdbool.h>
|
|
|
|
void writeCaptorNumber(int N)
|
|
{
|
|
fprintf(stdout ,"{\n\"captorNumber\" : %d , " , N);
|
|
}
|
|
|
|
void writeTimeArray()
|
|
{
|
|
while
|
|
}
|
|
|
|
void writeValuesArray(int N)
|
|
{
|
|
|
|
}
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
|
|
} |