* src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
[fw/sdcc] / device / lib / pic16 / libc / stdlib / putchar.c
index f526c28975a1e270e49c0b69b6afe449a8146adb..a932b34132ee49774051bc51ea1401489ea1554e 100644 (file)
@@ -3,7 +3,6 @@
  *
  * written by Vangelis Rokas, 2005 (vrokas@otenet.gr)
  *
- *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License
  * as published by the Free Software Foundation; either version 2
@@ -30,7 +29,7 @@
  * NOTE that putchar() is declared in stdio.h to
  * have the argument in WCHAR (via the wparam pragma) */
 
-void putchar(char c)
+PUTCHAR(c)
 {
   c;
   _asm