Research V6 development
[unix-history] / usr / source / iolib / getvec.c
CommitLineData
6215cbd0
DR
1getvec (n)
2{
3return (alloc(n));
4}