Skip to content

Commit

Permalink
Add note about memset & memcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gota7 committed Jul 13, 2022
1 parent 2d641d0 commit f1338bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ You can then run your cartridge as follows:

The script ```buildcart.sh``` does the above steps as a convenience.

## Additional Notes
The TIC functions that provide standard library features are not added here. You should use the `memcpy` and `memset` functions provided by the C standard library instead.

0 comments on commit f1338bd

Please sign in to comment.