Searched refs:SMALL_STR_SIZE (Results 1 – 1 of 1) sorted by relevance
28 #define SMALL_STR_SIZE 4095 macro104 word = malloc (line_len + SMALL_STR_SIZE + 1); in main()110 memset (word, ' ', SMALL_STR_SIZE); in main()111 memcpy (word + SMALL_STR_SIZE, line, line_len); in main()112 word[line_len + SMALL_STR_SIZE] = '\0'; in main()
Completed in 5 milliseconds