代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/245184/12812268
c utils.c
#include "def.h"
extern int SerialRxReady(void);
extern char SerialRxKey(void);
unsigned short ntohs(unsigned short s)
{
return (s >> 8) | (s
www.eeworm.com/read/245184/12812284
o utils.o
www.eeworm.com/read/245184/12812304
o utils.o
www.eeworm.com/read/245182/12812631
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/245182/12812640
c utils.c
#include "def.h"
extern int SerialRxReady(void);
extern char SerialRxKey(void);
unsigned short ntohs(unsigned short s)
{
return (s >> 8) | (s
www.eeworm.com/read/245182/12812657
o utils.o
www.eeworm.com/read/245182/12812673
o utils.o
www.eeworm.com/read/245176/12813273
hh utils.hh
/******************************************************************************
File : utils.hh
Date : Wednesday 13th September 2000
Author : Dr Gavin C. Cawley
Descript
www.eeworm.com/read/144074/12819568
h utils.h
#ifndef __UTILS__
#define __UTILS__
#include
// using key, search the n element arrray list for a match.
// if found return index at the match; otherwise return -1
template
www.eeworm.com/read/245099/12823331