代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/196870/8052779
h printf-parse.h
/* Parse printf format string.
Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU
www.eeworm.com/read/196870/8052784
h printf-args.h
/* Decomposed printf argument list.
Copyright (C) 1999, 2002-2003, 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms
www.eeworm.com/read/196870/8052885
c printf-parse.c
/* Formatted output to strings.
Copyright (C) 1999-2000, 2002-2003, 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the term
www.eeworm.com/read/247346/12664045
c my_printf.c
/*
* my_printf.c
*
*
*/
#include
#include "my_printf.h"
#include "uart.h"
void output_int( unsigned int num, const int base )
{
const char *digit = "0123456789ABCDEF";
unsigned int
www.eeworm.com/read/247346/12664077
h my_printf.h
/*
* my_printf.h
*
*/
#ifndef MY_PRINTF_H
#define MY_PRINTF_H
void my_printf( char *fmt_buf, ... );
#endif
www.eeworm.com/read/247346/12664105
o my_printf.o
www.eeworm.com/read/144361/12800587
c tst-printf.c
/* Copyright (C) 1991,92,93,95,96,97,98,99, 2000, 2002
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it an
www.eeworm.com/read/144361/12800602
c printf-prs.c
/* Copyright (C) 1991, 1992, 1995, 1996, 1999, 2000, 2002, 2003, 2004
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redis
www.eeworm.com/read/144361/12800675
sh tst-printf.sh
#! /bin/sh
# Testing of printf.
# Copyright (C) 2000, 2002 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
# The GNU C Library is free software; you can redistribute it and
www.eeworm.com/read/144361/12800679
c printf_size.c
/* Print size value using units for orders of magnitude.
Copyright (C) 1997-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper