Initial revision
This commit is contained in:
10
modules/src/object/rd_long.c
Normal file
10
modules/src/object/rd_long.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "object.h"
|
||||
|
||||
long
|
||||
rd_long(fd)
|
||||
{
|
||||
char buf[4];
|
||||
|
||||
rd_bytes(fd, buf, 4L);
|
||||
return get4(buf);
|
||||
}
|
||||
Reference in New Issue
Block a user