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.
20 lines
293 B
20 lines
293 B
|
|
#include "bar.h"
|
|
#include "bat.h"
|
|
#include "foo.h"
|
|
#include "baz.h"
|
|
#include "bang.h"
|
|
#include "bing.h"
|
|
#include "bung.h"
|
|
#include "ting.h"
|
|
#include "arguments.h"
|
|
#include "list.h"
|
|
#include "target.h"
|
|
#include "prefix_foo_bar_bat.h"
|
|
#include "common.h"
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|