summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/rtems_putc.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2017-09-19Add "\n" to "\r\n" translation to rtems_putc()Sebastian Huber
Update #3122.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2012-12-11libcsupport: Doxygen enhancement GCI task #6Alex Ivanov
http://www.google-melange.com/gci/task/view/google/gci2012/7992212
2012-08-20libcsupport: Add and use rtems_putc()Sebastian Huber
This reduces code size and provides a function similar to fputc().