Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leftCoast committed Oct 15, 2020
2 parents 535f373 + 7e4239a commit 4be7d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void makeDirectory(void) {
}
}
```
numParams() actually returns the number of parameters that the user typed in. If you are expecting more than one, you may want to use the for setting up a for loop for decoding parameters? Up to you.
numParams() actually returns the number of parameters that the user typed in. If you are expecting more than one, you may want to use a for-loop for grabbing parameters? Up to you.
getParamBuff() Each time getParamBuff() is called, it allocates a buffer for the NEXT parameter string the user typed and returns it. This means YOU MUST FREE THIS BUFFER WHEN YOUR DONE WITH IT. See this being done in the code above.

That's about it. Give it a try and see if it helps.
Expand Down

0 comments on commit 4be7d4b

Please sign in to comment.