代码搜索:utils

找到约 10,000 项符合「utils」的源代码

代码结果 10,000
www.eeworm.com/read/299228/7872963

h utils.h

/* Declarations for utils.c. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. GNU Wget i
www.eeworm.com/read/199195/7879038

h utils.h

#ifndef __UTILS_H #define __UTILS_H void memcpy(void *s1, const void *s2, int n); void memset(void *s, const char ch, int n); unsigned short ntohs(unsigned short s); unsigned long ntohl(unsigne
www.eeworm.com/read/199195/7879048

c utils.c

#include "def.h" #include "utils.h" void memcpy(void *s1, const void *s2, int n) { int i; for (i = 0; i < n; i++) ((char *)(s1))[i] = ((const char *)(s2))[i]; } void memset(void *s,
www.eeworm.com/read/199195/7879077

o utils.o

www.eeworm.com/read/434003/7898075

c utils.c

#include "LPC236X.h" #include "utils.h" #include "../../tnkernel/tn.h" /*----------- Project specific pinout description - (LPC2368) -------------------------- Port Pin desc
www.eeworm.com/read/434003/7898095

h utils.h

#ifndef _UTILS_H_ #define _UTILS_H_ //#include //#define __enable_interrupt() __ARMLIB_enableIRQ() //#define __disable_interrupt() __ARMLIB_disableIRQ() //--- COMMON
www.eeworm.com/read/434003/7898116

c utils.c

/* TNKernel real-time kernel - examples Copyright
www.eeworm.com/read/434003/7898157

h utils.h

/* TNKernel real-time kernel - examples Copyright
www.eeworm.com/read/298833/7932501

h utils.h

/*************************************************************************** * Copyright (C) 2005-2006 Gao Xianchao * * 2007 Gao Xianchao gnap_an l
www.eeworm.com/read/198056/7952854

cpp utils.cpp

#include "utils.h" #include