What does this program do? #include <stdio.h> int main(void) { printf("%u\n", 0x2a); return 0; } Docs are more important than drivers. Please ask for docs. MC