代码搜索:utils

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

代码结果 10,000
www.eeworm.com/read/305289/13775705

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/305082/13778995

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
www.eeworm.com/read/305082/13779006

cc utils.cc

// 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
www.eeworm.com/read/304660/13789925

sgml utils.sgml

Miscellaneous Utilities Various convenience and utility functions
www.eeworm.com/read/304660/13789943

xml utils.xml

Miscellaneous Utilities 3 PANGO Library
www.eeworm.com/read/302705/13828365

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/302705/13828370

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/302705/13828395

o utils.o

www.eeworm.com/read/302705/13828421

o utils.o

www.eeworm.com/read/302441/13835585

c utils.c

/***************************************************************************** ; ; (C) Unpublished Work of ADMtek Incorporated. All Rights Reserved. ; ; THIS WORK IS AN UNPUBLISHED WORK AND C