Annotation of os2sdk/demos/apps/cpgrep/stubs.asm, revision 1.1.1.2

1.1       root        1: ; stubs.asm - a module of empty stubs to keep the BINDer from
                      2: ; complaining.
                      3: ;
1.1.1.2 ! root        4: ; Created by Microsoft Corp. 1986
1.1       root        5: 
                      6: .286p
                      7: 
                      8:        public DOSCREATETHREAD
                      9:        public DOSSEMCLEAR
                     10:        public DOSSEMREQUEST
                     11:        public DOSSEMSET
                     12:        public DOSSEMWAIT
                     13:        public DOSSLEEP
                     14: 
                     15: code   segment byte public 'CODE'
                     16:        assume  cs:code
                     17: 
                     18: DOSCREATETHREAD:
                     19: DOSSEMCLEAR:
                     20: DOSSEMREQUEST:
                     21: DOSSEMSET:
                     22: DOSSEMWAIT:
                     23: DOSSLEEP:
                     24:        ret
                     25: 
                     26: code   ends
                     27:        end

unix.superglobalmegacorp.com

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