ref: 7f4c8f0736d52d4bff3fb0aefda9cf58bc39b5e6
dir: /notification.c/
#include <u.h>
#include <libc.h>
#include <fcall.h>
#include <thread.h>
#include <9p.h>
#include "alt.h"
int
Nconv(Fmt *fp)
{
Notify *n;
n = va_arg(fp->args, Notify*);
return fmtstrcpy(fp, n->data);
}