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