Changeset 282f4724 in mainline for generic/printf.c


Ignore:
Timestamp:
2006-06-25T21:02:16Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ce8725be
Parents:
7431e867
Message:

Cleanup in the boot infrastructure.
This commit tries to separate generic stuff from mips32 specific stuff.
Other architectures will follow.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • generic/printf.c

    r7431e867 r282f4724  
    2828
    2929#include "printf.h"
    30 #include "msim.h"
     30#include "stdarg.h"
     31#include <types.h>
     32
     33typedef char *char_ptr;
    3134
    3235static char digits[] = "0123456789abcdef";  /**< Hexadecimal characters */
    33 
    3436
    3537void puts(const char *str)
Note: See TracChangeset for help on using the changeset viewer.