log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
bloboland
view src/opt.cc @ 0:e4818a3300b9
find changesets by author, revision, files, or words in the commit message
bloboland initial commit
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sat, 15 Dec 2012 07:52:13 +0200
parents
children
cfe68befb7cc
line source
1
#include "opt.h"
2
3
bool parse_opt(int argc, char **argv)
4
{
5
return true;
6
}