Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Jan 3, 2025
1 parent 3ddccac commit b3b7908
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libc/watcom/asm/fmemcmp.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
; int fmemcmp(void __far *s1, void __far *s2, size_t n)
; returns 0 on match, otherwise -1/1.
; int fmemcmp(void __far *s1, void __far *s2, size_t n)
; returns 0 on match, otherwise -1/1 on the difference
; of the first differing bytes as unsigned char values
;
; 2 Jan 2025 Greg Haerr

Expand Down

0 comments on commit b3b7908

Please sign in to comment.