1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

SCP: Add a local rand() implementation to avoid Coverity issues

This commit is contained in:
Mark Pizzolato
2019-03-20 12:57:36 -07:00
parent 726a07b547
commit 5960bca32a
3 changed files with 24 additions and 1 deletions

View File

@@ -41,7 +41,7 @@
sim_finit - initialize package
sim_fopen - open file
sim_fread - endian independent read (formerly fxread)
sim_write - endian independent write (formerly fxwrite)
sim_fwrite - endian independent write (formerly fxwrite)
sim_fseek - conditionally extended (>32b) seek (
sim_fseeko - extended seek (>32b if available)
sim_fsize - get file size