代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/227443/14425182

c mmc_core.c

/* * Core MMC driver functions * * Copyright 2002 Hewlett-Packard Company * * Use consistent with the GNU GPL is permitted, * provided that this copyright notice is * preserved in its entirety
www.eeworm.com/read/126153/14443309

cpp autoclean.cpp

#include "auto.h" #define _DEBUG int main( int argc, char **argv ) { int i; if ( argc == 2 && strcmp( argv[1], "-v" ) == 0 ) { printf( "Current Version:1.0.1\n" );
www.eeworm.com/read/125782/14462620

c control.c

/* ** Copyright (C) 1991, 1997 Free Software Foundation, Inc. ** ** This file is part of TACK. ** ** TACK is free software; you can redistribute it and/or modify ** it under the terms of the GNU Gen
www.eeworm.com/read/125782/14463980

awk mk-1st.awk

# $Id: mk-1st.awk,v 1.62 2004/01/10 20:48:43 tom Exp $ ############################################################################## # Copyright (c) 1998-2003,2004 Free Software Foundation, Inc.
www.eeworm.com/read/123214/14642185

m hms.m

function varargout = hms(time,varargin); %HMS Convert time to hour-min-sec format. % [STR] = HMS(TIME) takes the time variable in seconds and returns the % string of the form `xx hours, xx mi
www.eeworm.com/read/122946/14655051

c sp_session.c

/* $Id: sp_session.c,v 1.9 2001/01/18 06:40:50 roesch Exp $ */ /* ** Copyright (C) 1998,1999,2000,2001 Martin Roesch ** ** This program is free software; you can redistribute it an
www.eeworm.com/read/119154/14838229

cpp dwdll.cpp

/* Copyright (C) 1996, 1998, Russell Lang. All rights reserved. This file is part of Aladdin Ghostscript. Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author
www.eeworm.com/read/118421/14871709

c 1.c

#include #define strmove(s1,s2,nmove) ( (strncpy( s1, s2, nmove )), (s1[nmove] = '\0') ) main() { char s[1024], s1[1024]; sprintf( s1, "%s", "1234567890" ); strmove( s, s1 , 5 ); pri:q
www.eeworm.com/read/118421/14871743

c 1.c

#include #define strmove(s1,s2,nmove) ( (strncpy( s1, s2, nmove )), (s1[nmove] = '\0') ) main() { char s[1024], s1[1024]; sprintf( s1, "%s", "1234567890" ); strmove( s, s1 , 5 ); pri:q
www.eeworm.com/read/118016/14890722

c dyndns95.c

/* TO DO: */ /* Randomize local connection port */ #include #include #include #include #include #include