ref: 78e2f69c0d7e4c17227e1ec0545cbb2a0ae1e96e
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]));
}