File:  [OS/2 SDKs] / os2sdk / demos / apps / cpgrep / stubs.asm
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:26:03 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1988, HEAD
Microsoft OS/2 SDK 03-01-1988

; stubs.asm - a module of empty stubs to keep the BINDer from
; complaining.
;
; Created by Microsoft Corp. 1986

.286p

	public DOSCREATETHREAD
	public DOSSEMCLEAR
	public DOSSEMREQUEST
	public DOSSEMSET
	public DOSSEMWAIT
	public DOSSLEEP

code	segment byte public 'CODE'
	assume	cs:code

DOSCREATETHREAD:
DOSSEMCLEAR:
DOSSEMREQUEST:
DOSSEMSET:
DOSSEMWAIT:
DOSSLEEP:
	ret

code	ends
	end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.