view final_main/appendix.tex @ 17:c8fee0262ead

fix chapter5
author menikon
date Thu, 13 Feb 2020 01:50:45 +0900
parents d393f08644e1
children a03d74165189
line wrap: on
line source

\chapter*{付録}

\lstinputlisting[label=fs.ds,  caption=FileSystem の Interface]{src/fs.dg}
\lstinputlisting[label=fs_impl.h,  caption=fs private のヘッダーファイル]{src/fs_impl.h}
\lstinputlisting[label=fs_impl.cbc,  caption=fs Interface の実装]{src/fs_impl.cbc}
\lstinputlisting[label=fs_impl_private.cbc,  caption=fs Interface の private 実装]{src/fs_impl_private.cbc}