Include dependency graph for type.c:Go to the source code of this file.
Variables | |
| const struct Mapping | MenuNames [] |
| Menu name lookup table. | |
| const int | MenuNamesLen = countof(MenuNames) - 1 |
| Number of entries in the MenuNames array. | |
Menu types.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file type.c.
| const struct Mapping MenuNames[] |
Menu name lookup table.
Definition at line 37 of file type.c.