Changes between Version 27 and Version 28 of BasicApi


Ignore:
Timestamp:
Jan 1, 2010, 2:10:10 PM (14 years ago)
Author:
Nicolas
Comment:

Syntax highlight boinc_init_parallel prototype. It's not really needed, but looks quite out of place because all other functions have it.

Legend:

Unmodified
Added
Removed
Modified
  • BasicApi

    v27 v28  
    2727To initialize a multi-thread program, call
    2828{{{
     29#!c++
    2930int boinc_init_parallel();
    3031}}}