Difference between revisions of "USB Roll-up drum kit user-space driver for linux"

From Organic Design wiki
m
m
Line 1: Line 1:
 
[[Category:Rob]]
 
[[Category:Rob]]
 
*See the [[Talk:USB_Roll-up_drum_kit_user-space_driver_for_linux|talk page]] for development notes.
 
*See the [[Talk:USB_Roll-up_drum_kit_user-space_driver_for_linux|talk page]] for development notes.
 +
<source lang='c'>
 +
#include <stdio.h>
 +
#include <stdlib.h>
 +
#include <unistd.h>
 +
 +
</source>

Revision as of 02:28, 21 January 2009

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>