repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added a test for MUIA_Listview_SelectChange.
[AROS.git]
/
rom
/
filesys
/
pfs3
/
fs
/
entrypoint.c
blob
094930bd854227a2110e206523695d830209eee1
1
/* Entrypoint of the filesystem */
2
void
__saveds
EntryPoint
(
void
);
3
int
entrypoint
(
void
)
4
{
5
/* NG systems (at least MorphOS) manages without SwapSwap - so just enter the FS */
6
EntryPoint
();
7
return
0
;
8
}