Gitiles
Code Review
Sign In
review.sourcearcade.org
/
filo-scratch
/
b00b3166219e072b759b2d9855ef5e12d0a75552
/
.
/
src
/
fs.ads
blob: 4591a8a30017f3ccb85aba8bbc362b1a6a108d03 [
file
] [
log
] [
blame
]
with
Interfaces
;
package
FS
is
type
Buffer_Type
is
array
(
Natural
range
<>)
of
Interfaces
.
Unsigned_8
;
end
FS
;