代码搜索:utils

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

代码结果 10,000
www.eeworm.com/read/181388/9256664

hh utils.hh

/****************************************************************************** File : utils.hh Date : Wednesday 13th September 2000 Author : Dr Gavin C. Cawley Descript
www.eeworm.com/read/377640/9267424

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/377640/9267459

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/179966/9326121

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/179966/9326140

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/376123/9330151

c utils.c

#include #include "s2440addr.h" // Function prototypes. // void Delay(void); void MMU_SetAsyncBusMode(void); //***************************[ PORTS ]*****************************
www.eeworm.com/read/375962/9341244

h utils.h

/**@file Miscellaneous utility functions. Copyright (C) 2006-2007 Rob Hess @version 1.1.1-20070913 */ #ifndef UTILS_H #define UTILS_H #include "cxcore.h"
www.eeworm.com/read/375962/9341325

c utils.c

/* Miscellaneous utility functions. Copyright (C) 2006-2007 Rob Hess @version 1.1.1-20070913 */ #include "utils.h" #include #include #include
www.eeworm.com/read/375764/9350117

c utils.c

/* Miscellaneous utility functions. Copyright (C) 2006 Rob Hess @version 1.1.1-20070330 */ #include "utils.h" #include #include #include
www.eeworm.com/read/375764/9350161

h utils.h

/**@file Miscellaneous utility functions. Copyright (C) 2006 Rob Hess @version 1.1.1-20070330 */ #ifndef UTILS_H #define UTILS_H #include "cxcore.h" #include