Skip to content

Latest commit

 

History

History
58 lines (52 loc) · 1.23 KB

header.md

File metadata and controls

58 lines (52 loc) · 1.23 KB
layout permalink
header
/header

CS107e library header files

{: .border-bottom }

<script> $(function() { if (window.location.hash != '') { $('a[href="' + window.location.hash + '"]').click(); } }); </script> <style> pre { font-size: 80%; max-width: 600px; overflow-x: scroll; margin: 0; } .sidenav { width: 140px; background-color: #D3DAE3; margin: 0px; font-size: 90%; margin-right: 10px; } .content { flex-grow: 1; } .tab-link { padding: 0px 10px; } </style>

{% assign header_names = "assert,backtrace,console,de,fb,font,gl,gpio,gpio_extra,gpio_interrupt,hdmi,hstimer,interrupts,keyboard,malloc,mango,mouse,printf,ps2,ps2_keys,rand,ringbuffer,shell,shell_commands,strings,symtab,timer,uart" | split: ',' %}

{%- for f in header_names %} {{f}}.h {%- endfor %}
{%- for f in header_names %}
```c {% include_relative /cs107e/include/{{f}}.h %} ```
{% endfor %}