File: main_menu.h

package info (click to toggle)
scantool 1.21%2Bdfsg-6
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,952 kB
  • ctags: 2,392
  • sloc: ansic: 12,279; sh: 829; makefile: 344; asm: 86; perl: 29
file content (6 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#ifndef MAIN_MENU_H
#define MAIN_MENU_H

int display_main_menu();

#endif