diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-02 08:25:20 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-02 08:25:20 -0600 |
commit | 14bb698da36a7b676cb3df6e0397f55a2ccc0f65 (patch) | |
tree | 04d7d8ecdb0eb852fa781417d418a45f8358f7b5 /P2 | |
parent | add ?? (diff) | |
download | csci4061-14bb698da36a7b676cb3df6e0397f55a2ccc0f65.tar csci4061-14bb698da36a7b676cb3df6e0397f55a2ccc0f65.tar.gz csci4061-14bb698da36a7b676cb3df6e0397f55a2ccc0f65.tar.bz2 csci4061-14bb698da36a7b676cb3df6e0397f55a2ccc0f65.tar.lz csci4061-14bb698da36a7b676cb3df6e0397f55a2ccc0f65.tar.xz csci4061-14bb698da36a7b676cb3df6e0397f55a2ccc0f65.tar.zst csci4061-14bb698da36a7b676cb3df6e0397f55a2ccc0f65.zip |
Add link
Diffstat (limited to 'P2')
-rw-r--r-- | P2/lib/utils.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 6f8dcc8..b9454bb 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -46,8 +46,9 @@ 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()?? + //https://www.tutorialspoint.com/c_standard_library/c_function_fseek.htm + // TODO! help // int i = 1023; |