From 051a65fae594e0f59d324e376a1d95f466be91c9 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 2 Nov 2020 11:38:27 -0600 Subject: Add ideas --- P2/lib/utils.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'P2/lib') diff --git a/P2/lib/utils.c b/P2/lib/utils.c index b9454bb..cb43574 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -46,8 +46,10 @@ void sendChunkData(char *inputFile, int nMappers) { Maybe copy message.msgText into a new array, do the backwards iteration, and then replace message.msgText with the temp array? Or something? */ - //fseek()?? + //fseek()?? (HIGH LEVEL) //https://www.tutorialspoint.com/c_standard_library/c_function_fseek.htm + //lseek()?? (LOW LEVEL) + //http://crasseux.com/books/ctutorial/Finding-file-positions-at-a-low-level.html // TODO! help -- cgit v1.2.3