You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
315 B
21 lines
315 B
|
|
#include "arguments.h"
|
|
#include "bang.h"
|
|
#include "bar.h"
|
|
#include "bat.h"
|
|
#include "baz.h"
|
|
#include "bing.h"
|
|
#include "bung.h"
|
|
#include "common.h"
|
|
#include "foo.h"
|
|
#include "list.h"
|
|
#include "prefix_foo_bar_bat.h"
|
|
#include "target1.h"
|
|
#include "target2.h"
|
|
#include "ting.h"
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|