代码搜索:guarantees

找到约 1,683 项符合「guarantees」的源代码

代码结果 1,683
www.eeworm.com/read/460738/7242338

cs address.cs

/** * Excerpted from the book, "Pragmatic Unit Testing in C# with NUnit, 2nd Ed." * ISBN 0-9776166-7-3 * Copyrights apply to this code. It may not be used to create training material, * cours
www.eeworm.com/read/460738/7242321

cs invariantexception.cs

/** * Excerpted from the book, "Pragmatic Unit Testing in C# with NUnit, 2nd Ed." * ISBN 0-9776166-7-3 * Copyrights apply to this code. It may not be used to create training material, * cours
www.eeworm.com/read/460738/7242362

cs ilogger.cs

/** * Excerpted from the book, "Pragmatic Unit Testing in C# with NUnit, 2nd Ed." * ISBN 0-9776166-7-3 * Copyrights apply to this code. It may not be used to create training material, * cours
www.eeworm.com/read/167847/9950163

c mainpopen.c

#include "unpipc.h" int main(int argc, char **argv) { size_t n; char buff[MAXLINE], command[MAXLINE]; FILE *fp; /* 4read pathname */ Fgets(buff, MAXLINE, stdin); n = strlen(buff); /* fgets()
www.eeworm.com/read/128880/14273840

c mainpopen.c

#include "unpipc.h" int main(int argc, char **argv) { size_t n; char buff[MAXLINE], command[MAXLINE]; FILE *fp; /* 4read pathname */ Fgets(buff, MAXLINE, stdin); n = strlen(buff); /* fgets()
www.eeworm.com/read/113863/15446375

c mainpopen.c

#include "unpipc.h" int main(int argc, char **argv) { size_t n; char buff[MAXLINE], command[MAXLINE]; FILE *fp; /* 4read pathname */ Fgets(buff, MAXLINE, stdin); n = strlen(buff); /* fgets()
www.eeworm.com/read/100584/15870950

c mainpopen.c

#include "unpipc.h" int main(int argc, char **argv) { size_t n; char buff[MAXLINE], command[MAXLINE]; FILE *fp; /* 4read pathname */ Fgets(buff, MAXLINE, stdin); n = strlen(buff); /* fgets()
www.eeworm.com/read/238485/13882595

conf-qmail

/var/qmail This is the qmail home directory. It must be a local directory, not shared among machines. This is where qmail queues all mail messages. The queue (except for bounce message contents) is
www.eeworm.com/read/374163/9418498

c xstrncpy.c

/* NUL-terminated version of strncpy() */ #include #include "xstrncpy.h" /* caller guarantees n > 0 */ void xstrncpy(char *dest, const char *src, size_t n) { strncpy(dest, src, n-1); des
www.eeworm.com/read/402613/11531698

h delays.h

/***************************************************************************** * * File: delays.h * * Copyright S. Brennen Ball, 2007 * * The author provides no guarantees, warantees, or promi