代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/353746/10421126
am makefile.am
## Process this file with automake to create Makefile.in.
SUBDIRS= pango modules pango-view examples docs tools tests
EXTRA_DIST = \
autogen.sh \
pango.pc.in \
pangocairo.pc.in \
pangox.pc.
www.eeworm.com/read/273531/10912734
makefile
OUTPUT=hidmouse
OBJS= main.o \
events.o \
protocol.o
LIBS= -lhid -lbatt -lsched -lmessage -ltimer -lpanic
TRANSPORT=none
DOCS=hid_mouse.html
#GIFS=
# Force the use of HID firmware
www.eeworm.com/read/469900/6920655
c crc32.c
/*
* Oct 15, 2000 Matt Domsch
* Nicer crc32 functions/docs submitted by linux@horizon.com. Thanks!
* Code was from the public domain, copyright abandoned. Code was
* subse