archie/prospero/lib/psrv/stat_object.c
2024-05-27 16:13:40 +02:00

9 lines
101 B
C

#include <pfs.h>
#include <psrv.h>
/* Run STAT on the object OB. */
int
stat_object(OBJECT ob)
{
}