Jump to: navigation, search
  • int sprintf(char * restrict, const char * restrict, ...); ...
    2 KB (336 words) - 09:14, 26 June 2006
  • sprintf(temp, "(%s%s)", p, out); sprintf(temp, "%s%s", token, out); ...
    13 KB (1,790 words) - 15:35, 11 January 2022
  • #define MAXDIGITSNUM 50 // used to store sprintf output, Note: unsigned long int max == 20 digits ...e C standard library, but itoa is not (although widely implemented). Using sprintf from now on ...
    20 KB (2,640 words) - 03:04, 28 December 2021
  • sprintf(errormsg, "error: Failed to open file: '%s'", path); sprintf(errormsg, "error: Failed to read file: '%s'", path); ...
    12 KB (1,669 words) - 07:08, 31 December 2021
  • sprintf(errormsg, "error: Failed to open file: '%s'", file); sprintf(errormsg, "error: Failed to read file: '%s'", path); ...
    11 KB (1,435 words) - 07:21, 30 December 2021
  • sprintf(name,"%s/%s",dir,dp->d_name); sprintf(name, "%s/%s", dir, dp->d_name); ...
    13 KB (1,976 words) - 14:20, 6 January 2022
  • sprintf(store, " in %s storage", token); sprintf(qual, " %s", token); ...
    28 KB (3,877 words) - 04:01, 21 January 2022
Views
Personal tools