1f915b0b4a
- implemented module exchange - debugging p2p init - added condition variables - added threading test code This commit was SVN r817.
15 строки
201 B
C
15 строки
201 B
C
#include "lam_config.h"
|
|
#include "lam/util/argv.h"
|
|
#include "support.h"
|
|
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
test_init("lam_argv");
|
|
|
|
/* body of test goes here */
|
|
|
|
return test_finalize();
|
|
}
|
|
|