代码搜索:utils

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

代码结果 10,000
www.eeworm.com/read/315110/13551429

c utils.c

/* $Id: utils.c,v 1.3 2003/10/20 15:19:46 hadess Exp $ */ /* Copyright (C) 1998-99 Martin Baulig This file is part of LibGTop 1.0. Contributed by Martin Baulig , Apri
www.eeworm.com/read/315110/13551450

h utils.h

/* $Id: utils.h,v 1.3 2003/10/20 15:19:46 hadess Exp $ */ /* This file is part of LibGTop 1.0. Contributed by Martin Baulig , March 1999. LibGTop is free softwar
www.eeworm.com/read/314576/13564160

c utils.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/313006/13598783

h utils.h

#ifndef __UTILS_H #define __UTILS_H #include"csl.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); Ui
www.eeworm.com/read/313006/13598791

c utils.c

#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, const char ch,
www.eeworm.com/read/312758/13605240

o utils.o

www.eeworm.com/read/312758/13605291

h utils.h

#ifndef __UTILS_H__ #define __UTILS_H__ #include "..\inc\def.h" void Memcpy(void *s1, const void *s2, int n); void Memset(void *s, const char ch, int n); U16 ntohs(U16 s); U32 ntohl(U32 num)
www.eeworm.com/read/312758/13605308

c utils.c

/**************************************************************** * ARMSYS7 S3C44B0X developer's notes * **************************************************************** 1. 2005.5.17::
www.eeworm.com/read/312695/13606185

c utils.c

/***************************************************************************** * utils.c: BIOSBOX 公共函数 * * Copyright(C) 2007, uCdragon * All rights reserved. * * History * 200
www.eeworm.com/read/312695/13606195

h utils.h

/***************************************************************************** * utils.h: BIOSBOX 公共函数 * * Copyright(C) 2007, uCdragon * All rights reserved. * * History * 200