projects
/
hackover2013-badge-firmware.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Levelauswahl auf Badge.
[hackover2013-badge-firmware.git]
/
badge
/
ui
/
menu.h
1
#ifndef INCLUDED_BADGE_UI_MENU_H
2
#define INCLUDED_BADGE_UI_MENU_H
3
4
#include <stddef.h>
5
#include <stdint.h>
6
7
size_t
badge_menu
(
char const
*
const
*
menu
,
8
size_t
n
,
9
size_t
*
first_visible
,
10
size_t
preselected
);
11
12
#endif
This page took
0.044711 seconds
and
5
git commands to generate.