#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 | GetOldElroCommandsBy (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 GetOldElroCommandsBy | ( | 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 GetOldElroCommandsBy.c.


1.8.3.1