代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/346607/11735884
c sprintf.c
#include
#include
#include
#include
#include "defs.h"
#define ULONG unsigned long
#define MAXBUF 64
#define PADSZ 16
#define FLG_LEFT 0x000000
www.eeworm.com/read/259865/11761326
c sprintf.c
#include
void main(void)
{
int employee_number = 12345;
char region[] = "SEA";
char filename[64];
sprintf(filename, "%s%d", region, employee_number);
printf("Emp
www.eeworm.com/read/155317/11885265
c sprintf.c
#include
#include
#include "_stdio.h"
static char *p;
#if defined(_HC12)
#pragma nonpaged_function _depi
#endif
/* static */ /* workaround for AVR code compressor for
www.eeworm.com/read/152785/12084430
h sprintf.h
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* S
www.eeworm.com/read/152785/12084537
h sprintf.h
#include
#include
int rockbox_snprintf (char *buf, size_t size, const char *fmt, ...);
int rockbox_vsnprintf (char *buf, int size, const char *fmt, va_list ap);
int rockbox_fprin
www.eeworm.com/read/152785/12084799
h sprintf.h
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* S
www.eeworm.com/read/152785/12084879
c sprintf.c
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* S
www.eeworm.com/read/340608/12144770
c sprintf.c
/*****************************************************************************/
/* SPRINTF.C v2.54 */
/* Copyright (c) 1995-2004 Texas Inst
www.eeworm.com/read/148696/12441941
c sprintf.c
#include
void main(void)
{
int employee_number = 12345;
char region[] = "SEA";
char filename[64];
sprintf(filename, "%s%d", region, employee_number);
printf("Emp
www.eeworm.com/read/129922/14217115
c sprintf.c
#include
void main(void)
{
int employee_number = 12345;
char region[] = "SEA";
char filename[64];
sprintf(filename, "%s%d", region, employee_number);
printf("Emp