代码搜索:printf

找到约 10,000 项符合「printf」的源代码

代码结果 10,000
www.eeworm.com/read/398200/2384000

c printf.c

//========================================================================== // // printf.c // // Light-weight BSP printf. // //==============================================================
www.eeworm.com/read/398200/2384197

cxx printf.cxx

//=========================================================================== // // printf.cxx // // ANSI Stdio printf() function // //=======================================================
www.eeworm.com/read/396408/2422003

c printf.c

/* Formatted output to strings, using POSIX/XSI format strings with positions. Copyright (C) 2003 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program
www.eeworm.com/read/395929/2427313

c printf.c

#include static void serial_out_hex (volatile int *out, unsigned int n) { static char *digit = "0123456789abcdef"; int i; for (i = 7; i >= 0; i--) *out = digit[(n >> (4 * i)) &
www.eeworm.com/read/395929/2430497

c printf.c

/* * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright
www.eeworm.com/read/395296/2442589

c printf.c

/* ** The "printf" code that follows dates from the 1980's. It is in ** the public domain. The original comments are included here for ** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/395229/2445092

c printf.c

/* Copyright (C) 2004 Manuel Novoa III * * GNU Library General Public License (LGPL) version 2 or later. * * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details
www.eeworm.com/read/393286/2475618

c printf.c

/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * This program is free software; you can distribute it and/or modify it * und
www.eeworm.com/read/393286/2477349

c printf.c

/* * printf.c: Internal prom library printf facility. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Copyright (c)
www.eeworm.com/read/393286/2477483

c printf.c

/* $Id: printf.c,v 1.5 1996/04/04 16:31:07 tridge Exp $ * printf.c: Internal prom library printf facility. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) */ /* This routine is i