Jump to content

Rendezvous: Difference between revisions

m
No edit summary
Line 232:
printer pnt_backup = { 2, 5 };
 
int print(const char * text, const char **error)
{
#pragma omp critical
Line 255:
}
 
const char *humpty[] = {
"Humpty Dumpty sat on a wall.",
"Humpty Dumpty had a great fall.",
Line 262:
};
 
const char *goose[] = {
"Old Mother Goose,",
"When she wanted to wander,",
Line 276:
{
int i, j, len;
const char *msg, **text;
 
omp_set_num_threads(2);
Line 295:
return 0;
}</lang>
 
=={{header|F_Sharp|F#}}==
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.