Gitiles
Code Review
Sign In
review.sourcearcade.org
/
filo-scratch
/
d1e0457ad62d37c44c243b91a0c16385ddc148a1
/
.
/
src
/
fs.ads
blob: 3ea5a6912be260f90b06bbea91cf09e6938c517c [
file
] [
log
] [
blame
]
package
FS
is
type
Buffer
is
array
(
Natural
range
<>)
of
Unsigned_8
;
end
FS
;