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