9 lines
125 B
C
9 lines
125 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
#define PARSER_STATE_LEN 256
|
|
|
|
void receive_new(int, void *);
|
|
void receive_print_usage();
|