summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_long_lines.c
blob: 3aab1d86dc3e2aec8795efa6148465889000bccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
char *libr_extract_resources(libr_file *handle)
{
	/* If this library cannot dynamically load resources then pull out all the resources to a temporary directory */
	if(temp_folder != NULL)
		temp_folder = strdup(temp_folder);

	// If this library cannot dynamically load resources then pull out all the resources to a temporary directory
	if(temp_folder2 != NULL)
		temp_folder2 = strdup(temp_folder);

	/* If this library /*cannot dynamically load resources then pull out all the resources to a temporary directory. Repeat to make the line even longer. If this library cannot dynamically load resources then pull out all the resources to a temporary directory.*/
}