summaryrefslogtreecommitdiff
path: root/sys/src/cmd/wikifs/lookup.c
blob: 997766e923df548f51b0b9d307e6fe2f2c811766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <u.h>
#include <libc.h>
#include <bio.h>
#include <String.h>
#include <thread.h>
#include "wiki.h"

void
main(int argc, char **argv)
{
	print("%d\n", nametonum(argv[1]));
}