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