2011-05-19 08:11:34 -04:00
|
|
|
#include "file_with_underscores.h"
|
2011-03-31 16:55:00 -07:00
|
|
|
#include "relative.h"
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int main(int argc, char** argv)
|
2011-03-31 16:55:00 -07:00
|
|
|
{
|
2011-05-19 08:11:34 -04:00
|
|
|
file_with_underscores();
|
2011-03-31 16:55:00 -07:00
|
|
|
relative();
|
|
|
|
return 0;
|
|
|
|
}
|