~ubuntu-branches/ubuntu/hardy/avr-libc/hardy

« back to all changes in this revision

Viewing changes to libc/stdio/fdevopen.c

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809112801-ps7wognnynio9kz7
Tags: 1:1.4.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2002,2005 Joerg Wunsch
 
1
/* Copyright (c) 2002,2005, 2007 Joerg Wunsch
2
2
   All rights reserved.
3
3
 
4
4
   Redistribution and use in source and binary forms, with or without
27
27
  POSSIBILITY OF SUCH DAMAGE.
28
28
*/
29
29
 
30
 
/* $Id: fdevopen.c,v 1.6 2005/09/14 19:04:58 joerg_wunsch Exp $ */
 
30
/* $Id: fdevopen.c,v 1.6.2.1 2007/01/23 15:34:58 joerg_wunsch Exp $ */
31
31
 
32
32
#include <stdint.h>
33
33
#include <stdio.h>
35
35
 
36
36
#include "stdio_private.h"
37
37
 
 
38
/** \file */
 
39
 
38
40
/** \ingroup avr_stdio
39
41
   This function is a replacement for \c fopen().
40
42