#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include "./config.h"
#include "../Commands/Commands.h"
Go to the source code of this file.
Functions | |
int | GetX10CommandsBy (char *NameToFind) |
Find the given name in a table with names and codes and return an index to the name and the codes. More... | |
int GetX10CommandsBy | ( | char * | NameToFind | ) |
Find the given name in a table with names and codes and return an index to the name and the codes.
Name |
Definition at line 15 of file GetX10CommandsBy.c.