代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/195488/8149891
sh generated_app.sh
#! /bin/sh
#
# DO NOT MODIFY THIS FILE
#
# Changing this file will have subtle consequences
# which will almost certainly lead to a nonfunctioning
# system. If you do modify this file,
www.eeworm.com/read/300969/13874727
c sys_endsig.c
#include "syslib.h"
PUBLIC int sys_endsig(proc)
int proc;
{
message m;
m.m1_i1 = proc;
return(_taskcall(SYSTASK, SYS_ENDSIG, &m));
}
www.eeworm.com/read/139207/5806537
mak msc_os2.mak
!include ..\..\..\include\standard.mak
SYS = dfilter
SYSLIB = dcollect
all: obj
install: all $(INCDIR)\$(SYS).h $(LIBDIR)\$(SYSLIB).lib
$(INCDIR)\$(SYS).h: $(SYS).h
$(CP) $(SYS)