fork(2) download
  1. // defines 5x7 ascii characters 0x20-0x7F (32-127)
  2. unsigned char font_5x7[96][5] = {
  3. {0x00,0x00,0x00,0x00,0x00}, //
  4. {0x00,0x00,0xfa,0x00,0x00}, // !
  5. {0x00,0xe0,0x00,0xe0,0x00}, // "
  6. {0x28,0xfe,0x28,0xfe,0x28}, // #
  7. {0x24,0x54,0xfe,0x54,0x48}, // $
  8. {0xc4,0xc8,0x10,0x26,0x46}, // %
  9. {0x6c,0x92,0xaa,0x44,0x0a}, // &
  10. {0x00,0xa0,0xc0,0x00,0x00}, // '
  11. {0x00,0x38,0x44,0x82,0x00}, // (
  12. {0x00,0x82,0x44,0x38,0x00}, // )
  13. {0x10,0x54,0x38,0x54,0x10}, // *
  14. {0x10,0x10,0x7c,0x10,0x10}, // +
  15. {0x00,0x0a,0x0c,0x00,0x00}, // ,
  16. {0x10,0x10,0x10,0x10,0x10}, // -
  17. {0x00,0x06,0x06,0x00,0x00}, // .
  18. {0x04,0x08,0x10,0x20,0x40}, // /
  19. {0x7c,0x8a,0x92,0xa2,0x7c}, // 0
  20. {0x00,0x42,0xfe,0x02,0x00}, // 1
  21. {0x42,0x86,0x8a,0x92,0x62}, // 2
  22. {0x84,0x82,0xa2,0xd2,0x8c}, // 3
  23. {0x18,0x28,0x48,0xfe,0x08}, // 4
  24. {0xe4,0xa2,0xa2,0xa2,0x9c}, // 5
  25. {0x3c,0x52,0x92,0x92,0x0c}, // 6
  26. {0x80,0x8e,0x90,0xa0,0xc0}, // 7
  27. {0x6c,0x92,0x92,0x92,0x6c}, // 8
  28. {0x60,0x92,0x92,0x94,0x78}, // 9
  29. {0x00,0x6c,0x6c,0x00,0x00}, // :
  30. {0x00,0x6a,0x6c,0x00,0x00}, // ;
  31. {0x00,0x10,0x28,0x44,0x82}, // <
  32. {0x28,0x28,0x28,0x28,0x28}, // =
  33. {0x82,0x44,0x28,0x10,0x00}, // >
  34. {0x40,0x80,0x8a,0x90,0x60}, // ?
  35. {0x4c,0x92,0x9e,0x82,0x7c}, // @
  36. {0x7e,0x88,0x88,0x88,0x7e}, // A
  37. {0xfe,0x92,0x92,0x92,0x6c}, // B
  38. {0x7c,0x82,0x82,0x82,0x44}, // C
  39. {0xfe,0x82,0x82,0x44,0x38}, // D
  40. {0xfe,0x92,0x92,0x92,0x82}, // E
  41. {0xfe,0x90,0x90,0x80,0x80}, // F
  42. {0x7c,0x82,0x82,0x8a,0x4c}, // G
  43. {0xfe,0x10,0x10,0x10,0xfe}, // H
  44. {0x00,0x82,0xfe,0x82,0x00}, // I
  45. {0x04,0x02,0x82,0xfc,0x80}, // J
  46. {0xfe,0x10,0x28,0x44,0x82}, // K
  47. {0xfe,0x02,0x02,0x02,0x02}, // L
  48. {0xfe,0x40,0x20,0x40,0xfe}, // M
  49. {0xfe,0x20,0x10,0x08,0xfe}, // N
  50. {0x7c,0x82,0x82,0x82,0x7c}, // O
  51. {0xfe,0x90,0x90,0x90,0x60}, // P
  52. {0x7c,0x82,0x8a,0x84,0x7a}, // Q
  53. {0xfe,0x90,0x98,0x94,0x62}, // R
  54. {0x62,0x92,0x92,0x92,0x8c}, // S
  55. {0x80,0x80,0xfe,0x80,0x80}, // T
  56. {0xfc,0x02,0x02,0x02,0xfc}, // U
  57. {0xf8,0x04,0x02,0x04,0xf8}, // V
  58. {0xfe,0x04,0x18,0x04,0xfe}, // W
  59. {0xc6,0x28,0x10,0x28,0xc6}, // X
  60. {0xc0,0x20,0x1e,0x20,0xc0}, // Y
  61. {0x86,0x8a,0x92,0xa2,0xc2}, // Z
  62. {0x00,0x00,0xfe,0x82,0x82}, // [
  63. {0x40,0x20,0x10,0x08,0x04}, // "\"
  64. {0x82,0x82,0xfe,0x00,0x00}, // ]
  65. {0x20,0x40,0x80,0x40,0x20}, // ^
  66. {0x02,0x02,0x02,0x02,0x02}, // _
  67. {0x00,0x80,0x40,0x20,0x00}, // `
  68. {0x04,0x2a,0x2a,0x2a,0x1e}, // a
  69. {0xfe,0x12,0x22,0x22,0x1c}, // b
  70. {0x1c,0x22,0x22,0x22,0x04}, // c
  71. {0x1c,0x22,0x22,0x12,0xfe}, // d
  72. {0x1c,0x2a,0x2a,0x2a,0x18}, // e
  73. {0x10,0x7e,0x90,0x80,0x40}, // f
  74. {0x10,0x28,0x2a,0x2a,0x3c}, // g
  75. {0xfe,0x10,0x20,0x20,0x1e}, // h
  76. {0x00,0x22,0xbe,0x02,0x00}, // i
  77. {0x04,0x02,0x22,0xbc,0x00}, // j
  78. {0x00,0xfe,0x08,0x14,0x22}, // k
  79. {0x00,0x82,0xfe,0x02,0x00}, // l
  80. {0x3e,0x20,0x18,0x20,0x1e}, // m
  81. {0x3e,0x10,0x20,0x20,0x1e}, // n
  82. {0x1c,0x22,0x22,0x22,0x1c}, // o
  83. {0x3e,0x28,0x28,0x28,0x10}, // p
  84. {0x10,0x28,0x28,0x18,0x3e}, // q
  85. {0x3e,0x10,0x20,0x20,0x10}, // r
  86. {0x12,0x2a,0x2a,0x2a,0x04}, // s
  87. {0x20,0xfc,0x22,0x02,0x04}, // t
  88. {0x3c,0x02,0x02,0x04,0x3e}, // u
  89. {0x38,0x04,0x02,0x04,0x38}, // v
  90. {0x3c,0x02,0x0c,0x02,0x3c}, // w
  91. {0x22,0x14,0x08,0x14,0x22}, // x
  92. {0x30,0x0a,0x0a,0x0a,0x3c}, // y
  93. {0x22,0x26,0x2a,0x32,0x22}, // z
  94. {0x00,0x10,0x6c,0x82,0x00}, // {
  95. {0x00,0x00,0xfe,0x00,0x00}, // |
  96. {0x00,0x82,0x6c,0x10,0x00}, // }
  97. {0x40,0x80,0xc0,0x40,0x80}, // ~
  98. {0x00,0x00,0x00,0x00,0x00}, //
  99. };
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/usr/lib/gcc/i486-linux-gnu/4.7/../../../i386-linux-gnu/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: error: ld returned 1 exit status
stdout
Standard output is empty