代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/312645/3652059

c sprintf.c

//========================================================================== // // sprintf.c // // Light-weight BSP sprintf. // //======================================================
www.eeworm.com/read/312645/3652263

cxx sprintf.cxx

//=========================================================================== // // sprintf.cxx // // ANSI Stdio sprintf() function // //===============================================
www.eeworm.com/read/304849/3784431

c sprintf.c

// // Visopsys // Copyright (C) 1998-2007 J. Andrew McLaughlin // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public
www.eeworm.com/read/304222/3802217

c sprintf.c

/* * sprintf - print formatted output on an array */ /* $Header: sprintf.c,v 1.2 89/12/18 15:03:52 eck Exp $ */ #include #include #include "loc_incl.h" int sprintf(char * s, c
www.eeworm.com/read/303435/3810791

c sprintf.c

/* Copyright (c) Colorado School of Mines, 2006.*/ /* All rights reserved. */ #include "sfstdio.h" /* Format a string ** Written by Kiem-Phong Vo */ #if __STD_C int sprintf(ch
www.eeworm.com/read/298657/3861590

c sprintf.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/287927/4015023

c sprintf.c

/* - SPRINTF.C - The ANSI "sprintf" function. $Revision: 1.3 $ Copyright 1986 - 1999 IAR Systems. All rights reserved. */ #include "stdarg.h" #include "stdi
www.eeworm.com/read/286235/4041027

c _sprintf.c

#include #include #include #define GET_DIGIT( c ) ( (c) - '0' ) #define IS_DIGIT( c ) ( ( (unsigned)GET_DIGIT(c) )
www.eeworm.com/read/279968/4130337

s sprintf.s

/* Copyright (c) 2007, Toshiba Corporation 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/279968/4130777

c sprintf.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