Revision 53710ca3 os/core/src/aos_iostream.c

View differences:

os/core/src/aos_iostream.c
16 16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17
*/
18 18

  
19
/**
20
 * @file    aos_iostream.c
21
 * @brief   Stream and channel code.
22
 * @details Implementation of the aos_ostrem and aos_iochannel.
23
 *
24
 * @addtogroup aos_stream
25
 * @{
26
 */
27

  
19 28
#include <aos_iostream.h>
20 29

  
21 30
#include <aos_debug.h>
......
375 384

  
376 385
  return;
377 386
}
387

  
388
/** @} */

Also available in: Unified diff