代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/351284/10662936
class utils.class
www.eeworm.com/read/421904/10681624
c utils.c
/***************************************************************************
utils.c - description
-------------------
begin
www.eeworm.com/read/421904/10681774
h utils.h
/***************************************************************************
utils.h - description
-------------------
begin
www.eeworm.com/read/421864/10683903
o utils.o
www.eeworm.com/read/158961/10708112
cpp utils.cpp
/*
* Tail for Win32 - a Windows version of the UNIX 'tail -f' command.
*
* Author: Paul Perkins (paul@objektiv.org.uk)
*
* Copyright(c)
*
* This program is free software; you can redis
www.eeworm.com/read/158961/10708117
h utils.h
/*
* Tail for Win32 - a Windows version of the UNIX 'tail -f' command.
*
* Author: Paul Perkins (paul@objektiv.org.uk)
*
* Copyright(c)
*
* This program is free software; you can redis
www.eeworm.com/read/158758/10730768
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/158758/10730790
c utils.c
#include "../inc/def.h"
#include "../inc/board.h"
#include "../inc/utils.h"
void memcpy(void *s1, const void *s2, int n)
{
int i;
for (i = 0; i < n; i++)
((char *)(s1))[i] = ((const cha
www.eeworm.com/read/158758/10730893
o utils.o
www.eeworm.com/read/158758/10730956