#include "parser.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | get_command_nr (const char *command_string) |
Translate command from text string (going thruechar device) to \ number representation. | |
int | parse_message (char *message, int message_len, struct_command *command) |
Parse message to command structure. |
Definition in file parser.c.