代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/239264/4604548

c printf.c

/* * Copyright (c) 2005, Kohsuke Ohtani * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con
www.eeworm.com/read/235549/4649993

c printf.c

//========================================================================== // // printf.c // // Stand-alone minimal printf support for RedBoot // //==================================
www.eeworm.com/read/233448/4681898

c printf.c

#include #include extern int inside_main; int printf (const char *string, ...) { va_list ap; int r; #ifdef __OPTIMIZE__ if (inside_main) abort(); #endif va_start (ap,
www.eeworm.com/read/233448/4681943

c printf.c

/* Copyright (C) 2000 Free Software Foundation. Ensure all expected transformations of builtin printf occur and that we honor side effects in the arguments. Written by Kaveh R. Ghazi, 12/4
www.eeworm.com/read/231546/4714556

al printf.al

# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit again. # See AutoSplit.pm. package POSIX; #line 332 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/p
www.eeworm.com/read/229812/4733481

c printf.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4733788

h printf.h

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4744496

c printf.c

#include void main() { char *weekday, *month; weekday = "Saturday"; month = "April"; printf( "%s, %s %d, %d\n", weekday, month, 18, 1987 ); printf
www.eeworm.com/read/229812/4747576

c printf.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4750732

gml printf.gml

.func printf wprintf _uprintf .funcw wprintf #include int printf( const char *format, ... ); .ixfunc2 '&StrIo' &func .if &'length(&wfunc.) ne 0 .do begin #include int wprint