Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

AndroidManifest.xml

Blame
  • appendix.tex 299 B
    \chapter{Code der Adapter-Implementierung}
    \lstset{
    	language=C++,
    	breaklines=true,
    	frame=single,
    	basicstyle=\ttfamily,
    	keywordstyle=\color{blue}\ttfamily,
    	stringstyle=\color{red}\ttfamily,
    	commentstyle=\color{gray}\ttfamily,
    	morecomment=[l][\color{magenta}]{\#},
    }
    \lstinputlisting{main.cpp}