Detecting Colour and Monochrome Monitors: Difference between revisions

m
enabled syntax highlighting in the code snippet
[unchecked revision][unchecked revision]
(→‎The Function: Simplified...)
m (enabled syntax highlighting in the code snippet)
Line 2:
 
== The Function ==
<source lang="c">
<pre>
/*
Video card mono/colour detection.
Line 16:
return (c==0x30);
}
</presource>
 
[[Category:Video]]
13

edits