当前位置:  技术问答>linux和unix

C编程中bcopy 在哪个头文件里!!!!

    来源: 互联网  发布时间:2015-06-24

    本文导语:  C编程中bcopy 在哪个头文件里!!!!  哪位高手能给我bcopy的一个实列 | 使用bcopy的memcopy /* memcpy    Copyright (C) 1991 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software...

C编程中bcopy 在哪个头文件里!!!!  哪位高手能给我bcopy的一个实列

|
使用bcopy的memcopy

/* memcpy
   Copyright (C) 1991 Free Software Foundation, Inc.

This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

Libiberty is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.

You should have received a copy of the GNU Library General Public
License along with libiberty; see the file COPYING.LIB.  If
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA.  */


/*

NAME

memcpy -- copy memory regions of arbitary length

SYNOPSIS

void* memcpy (void *out, const void *in, size_t n);

DESCRIPTION

Copy LENGTH bytes from memory region pointed to by IN to memory
region pointed to by OUT.
*/

#include 
#ifdef __STDC__
#include 
#else
#define size_t unsigned long
#endif

PTR
DEFUN(memcpy, (out, in, length), PTR out AND CONST PTR in AND size_t length)
{
    bcopy(in, out, length);
    return out;
}

|
4.4 bsd lite 中的bcopy.c
/*-
 * Copyright (c) 1993
 * The Regents of the University of California.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 * This product includes software developed by the University of
 * California, Berkeley and its contributors.
 * 4. Neither the name of the University nor the names of its contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
 * @(#)bcopy.c 8.1 (Berkeley) 6/11/93
 */

/*
 * This is designed to be small, not fast.
 */
void
bcopy(s1, s2, n)
const void *s1;
void *s2;
unsigned n;
{
register const char *f = s1;
register char *t = s2;

while (n != 0) {
*t++ = *f++;
n--;
}
}

|
对,在string.h。如果下次你要是不知道那个函数在那里,请使用 man bcopy就有了

    
 
 

您可能感兴趣的文章:

  • 请教一个shell编程的问题,就是如何在shell编程中读一个文件的内容?谢谢啦!
  • 急!如何编程实现pdf文件转html文件?
  • 编程在软盘上创建文件,为什么实际的文件名总不能大于8个字符呢?
  • 关于文件操作和Socket网络编程!
  • linux下C编程删除一个文件
  • 如何修改Linux下编程时系统的默认头文件?
  • 求《UNIX平台下C语言高级编程指南》这本书的光盘中的Chap1.WDL文件(我的光盘中的这个文件坏了,书也丢了。。。)
  • 请指点:用Shell编程完成删除7天前的日志文件
  • 如何编程实现(不用shell命令)修改文件的时间
  • linux下的二级文件系统编程问题
  • linux下编程时如何获得一个目录下的文件名?
  • shell 编程:写一个功能函数,打印根目录下所有文件大小
  • UNIX环境编程中"当前文件位移量"是什么意思?
  • 用shell编程,如何循环删除文件?
  • 请问在UNIX环境高级编程这书里面引用的一个头文件,多谢指点。
  • 谁有<<UNIX环境高级编程>>的配套源文件? 传我一份,放分
  • c编程实现ftp上传文件的问题
  • 请shell编程高手指教:如何查找文件中的ip地址
  • 请问,linux下c编程用的头文件和库函数都是在什么目录下?
  • 菜鸟问题: 请问如何创建一个文件来进行编程
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Python GUI编程:tkinter实现一个窗口并居中代码
  • 都说《UNIX环境高级编程》好,对于学linux编程好不好?《Linux下的c编程》《嵌入式系统C编程》那个更适合初学者?各是那个出版社的?(
  • 2013年7月和2013年8月编程语言排行榜
  • daemon 是属于 用户态编程 还是 内核态编程? 关于内核编程的书/资料介绍些好吗?
  • 苹果OS X和IOS下最新编程语言swift介绍
  • 请教linux下的编程的选择:我听说有gtk+gnome的编程,也有kde里的 什么编程,到底应该选择哪个呢?好象一个是技术好一点,一个是市场占有
  • 学不好编程的三个原因
  • 傻瓜问题,请问shell编程和shell脚本编程的关系
  • 半路出家转行学编程如何才能成为大牛?
  • unix编程与linux编程有什么区别?
  • 2017 年热门编程语言排行榜出炉,你的语言上榜没?
  • 我想学Linux编程,请大家推荐几本学习Linux下C/C++编程的书
  • PHP编程需要注意地方总结
  • Linux下的编程指的就是Shell编程吗?
  • PHP编程语言介绍及安装测试方法
  • linux下编程跟平时的编程有什么区别吗?
  • andriod下java socket网络编程:java socket客户端服务端代码示例
  • 那里有《shell编程》和关于curses编程的教程可以下载,请帮忙?
  • IOS开发之socket网络编程(基于SimpleNetworkStreams的c/s程序)
  • 学Linux编程前要学Unix吗?哪里有学Linux编程的好书下载?
  • Linux c socket编程:简单的客户端(client)和服务端(server)实现
  • Linux C编程一站式学习,高级shell Bash脚本编程指南,


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3