Sign in
android
/
platform
/
external
/
syslinux
/
refs/heads/oreo-mr1-release
/
.
/
com32
/
samples
/
localboot.c
blob: b6f992d6ba40de539b70c82cc6eb7c4504318016 [
file
] [
log
] [
blame
] [
edit
]
#include
<syslinux/boot.h>
#include
<stdlib.h>
int
main
(
int
argc
,
char
*
argv
[])
{
syslinux_local_boot
(
argc
>
1
?
atoi
(
argv
[
1
])
:
0
);
return
0
;
}