# printf-posix.m4 serial 3 (gettext-0.16.2) dnl Copyright (C) 2003, 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to c
http://www.codebf.com/read/481772/1292916
/* * NK Kernel printf code * * Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved. * * Module Name: * * printf.c * * Abstract:
http://www.codebf.com/read/481348/1297234
/* $Id: printf.c,v 1.3 1997/03/18 18:00:00 jj Exp $ * printf.c: Internal prom library printf facility. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1997 Jakub J
http://www.codebf.com/read/480930/1305945
/* $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
http://www.codebf.com/read/480930/1306075
/* $Id: printf.c,v 1.7 2000/02/08 20:24:23 davem Exp $ * printf.c: Internal prom library printf facility. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) */ /* This routine is in
http://www.codebf.com/read/480930/1306660
printf.o: printf.c sqliteInt.h sqlite3.h \ /usr/lib/gcc/i386-redhat-linux/3.4.6/include/stdarg.h hash.h parse.h \ /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ /usr/inc
http://www.codebf.com/read/480780/1314513
/***************************************************************************** * FILE: printf.c * * * * DESC: * * - printf/puts library function *
http://www.codebf.com/read/478549/1351228
#ifdef __EMX__ int puts(char *s); int printf(const char *fmt,...); int sprintf(char * buf, const char *fmt, ...); #else #include #endif
http://www.codebf.com/read/478549/1351340
#include #include #include #include "_stdio.h" #if defined(_HC12) #pragma nonpaged_function putchar #endif int printf(CONST char *fmt, ...) { va_list va
http://www.codebf.com/read/477840/1357734
#include "nldbl-compat.h" int attribute_hidden printf (const char *fmt, ...) { va_list arg; int done; va_start (arg, fmt); done = __nldbl_vfprintf (stdout, fmt, arg); va_end (arg); retu
http://www.codebf.com/read/470917/1441720
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机