ref: 9e2ca079233e4e215de82246ee785f578f00ac1d
dir: /sys/src/cmd/wikifs/lookup.c/
#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]));
}