Gitiles
Code Review
Sign In
review.sourcearcade.org
/
filo-scratch
/
1d7727feb3b7aa3f5600d3ab9d748691f1ef63a1
/
.
/
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
;