mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
rand command, beginning netcfg, consolidated some .c files
This commit is contained in:
6
config/sendfile.c
Normal file
6
config/sendfile.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <sys/sendfile.h>
|
||||
|
||||
void test(int to, int from, off_t offset, size_t ct)
|
||||
{
|
||||
sendfile(to, from, &offset, ct);
|
||||
}
|
||||
Reference in New Issue
Block a user