代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/329609/12945337
c utils.c
/***************************************************************************
utils.c - description
-------------------
begin
www.eeworm.com/read/329609/12945444
h utils.h
/***************************************************************************
utils.h - description
-------------------
begin
www.eeworm.com/read/243129/12960739
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 memlongcpy(void *s1, const void
www.eeworm.com/read/243129/12960856
h utils.h
#ifndef __UTILS_H
#define __UTILS_H
void memcpy(void *s1, const void *s2, int n);
void memlongcpy(void *s1, const void *s2, unsigned short n);
void memset(void *s, const char ch, int n);
unsigned s
www.eeworm.com/read/141813/12983700
c utils.c
///////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright 1995 - 1998 OSR Open Systems Resources, Inc.
// All Rights Reserved
// Based on a previous
www.eeworm.com/read/141813/12983719
h utils.h
///////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright 1995 - 1998 OSR Open Systems Resources, Inc.
// All Rights Reserved
// Based on a previous
www.eeworm.com/read/141649/12992319
h utils.h
//
// 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/141649/12992411
cpp utils.cpp
//
// 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/242359/13011499
hh utils.hh
// Copyright (C) 2003 salvatore orlando
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public Licens