代码搜索:utils

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

代码结果 10,000
www.eeworm.com/read/469553/6931189

c utils.c

/* * $Id: utils.c 40 2007-09-07 11:52:17Z hirofuchi $ * * Copyright (C) 2005-2007 Takahiro Hirofuchi */ #include "utils.h" int read_integer(char *path) { char buff[100]; int fd; int ret = 0;
www.eeworm.com/read/469553/6931193

h utils.h

#ifdef HAVE_CONFIG_H #include "../config.h" #endif #define _GNU_SOURCE #include #include #include #include #include #include
www.eeworm.com/read/452419/6951559

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/452419/6951579

obj utils.obj

www.eeworm.com/read/452419/6951589

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
www.eeworm.com/read/469626/6972230

cc utils.cc

// ################################################################################ // // name: utils.cc // // author: Martin Pelikan // // purpose: functions use elsewhere for s
www.eeworm.com/read/469626/6972245

h utils.h

#ifndef _utils_h_ #define _utils_h_ #include int swapInt(int *a, int *b); int swapLong(long *a, long *b); void swapPointers(void **a, void **b); int printSpaces(FILE *out, int num); #endi
www.eeworm.com/read/469256/6979743

h utils.h

#ifndef UTILS_H #define UTILS_H #include #include #include #include #include #include #include using namespace std;
www.eeworm.com/read/468463/6990968

c utils.c

/* * Advanced Linux Sound Architecture Control Program - Support routines * Copyright (c) by Jaroslav Kysela * * * This program is free software; you can redistribute it and/
www.eeworm.com/read/468523/6992314

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