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();
|
||
|
}
|
||
|
|