代码搜索:remove
找到约 10,000 项符合「remove」的源代码
代码结果 10,000
www.eeworm.com/read/395929/2430503
c remove.c
/* remove.c */
#include
#include
int
remove(const char *filename)
{
return _unlink(filename);
}
www.eeworm.com/read/395229/2445106
c remove.c
/* Copyright (C) 2004 Manuel Novoa III
*
* GNU Library General Public License (LGPL) version 2 or later.
*
* Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details
www.eeworm.com/read/392583/2493732
vm remove.vm
##
## Copyright(C) 2002 Javanovic Software (http://www.javanovic.com)
##
## This library is free software; you can redistribute it and/or
## modify it under the terms of the GNU Lesser General Publ