Skip to content

Commit

Permalink
os_dwrite -> os_write in the portability document
Browse files Browse the repository at this point in the history
  • Loading branch information
Orc committed Mar 30, 2019
1 parent 49a89dd commit e65bf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.portability
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ functions
2. int os_cmdclose(FILE *cmd, os_pid_t child)
Wait for the external command to finish, the close the pipe.

3. int os_dwrite(char *text, int size)
3. int os_write(char *text, int size)
Write text to the display in an os-dependent manner.


Expand Down

0 comments on commit e65bf2e

Please sign in to comment.