summaryrefslogtreecommitdiff
path: root/src/main.c
blob: ff3ea4e8c5b51f09f0e40de063898b3acc0496db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "config.h"

#include "pindaiba.h"

int
main(int argc, char **argv) {
	// FIXME: pindaiba(1) has at least -h and -V, and maybe with no
	//        arguments it prints some arch information?
	return re_main(argc, argv);
}