Changeset a46da63 in mainline for libc/generic/err.c


Ignore:
Timestamp:
2006-06-16T20:50:51Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
153a209
Parents:
b34fab6
Message:

big code cleanup, compile with -Wall -Werror to enforce better coding
there is currently one warning that requires attention, please review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/err.c

    rb34fab6 ra46da63  
    2727 */
    2828
    29  /** @addtogroup libc
     29/** @addtogroup libc
    3030 * @{
    3131 */
     
    3636#include <stdlib.h>
    3737
    38 void errx (int __status, __const char *__format, ...)
     38/* TODO
     39void errx(int __status, __const char *__format, ...)
    3940{
    40         printf("TODO...errx\n");
    4141        _exit(0);
    4242}
     43*/
    4344
    4445
    45  /** @}
     46/** @}
    4647 */
    47  
    48  
Note: See TracChangeset for help on using the changeset viewer.