代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/124347/6051776

c snprintf.c

/* doc in sprintf.c */ /* This code created by modifying sprintf.c so copyright inherited. */ /* * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redi
www.eeworm.com/read/340665/3270561

c snprintf.c

/* doc in sprintf.c */ /* This code created by modifying sprintf.c so copyright inherited. */ /* * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redi
www.eeworm.com/read/240162/4588348

c 20030626-1.c

char buf[10]; extern void abort (void); extern int sprintf (char*, const char*, ...); int main() { int l = sprintf (buf, "foo\0bar"); if (l != 3) abort (); return 0; }
www.eeworm.com/read/233448/4682292

c 20030626-1.c

char buf[10]; extern void abort (void); extern int sprintf (char*, const char*, ...); int main() { int l = sprintf (buf, "foo\0bar"); if (l != 3) abort (); return 0; }
www.eeworm.com/read/366702/2878569

c 20030626-1.c

char buf[10]; extern void abort (void); extern int sprintf (char*, const char*, ...); int main() { int l = sprintf (buf, "foo\0bar"); if (l != 3) abort (); return 0; }
www.eeworm.com/read/190457/8443508

c proc.c

/* * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as
www.eeworm.com/read/383177/8964509

c output_css.c

/*===========================================================================*/ /* SEED reader | output_css | subprocedure */ /*======================================
www.eeworm.com/read/284026/8970559

h uprintf.h

#ifndef __SPRINTF_H__ #define __SPRINTF_H__ #define MAX_DIS_NUM 64 //the max number of display charicters void Uart_SendString(char *pt); void UPrintf(char *fmt,...); unsigned char UGetchar(v
www.eeworm.com/read/374389/9407743

m ep3_p3.m

% Ep3_p3: > 改进的Euler法 (预报-校正法) % Designed by FGH h= 0.05; H= 120; Vw= 450; Ve= 90; clear x y; tk= 0; k= 1; % (3.28) x(1)= 0; y(1)= 0; while y(k) < H tk1= tk+h; % (3.26
www.eeworm.com/read/177968/9425621

c atm_svr_tpool.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki