mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-25 05:03:07 +00:00
Comments update - minor details
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
** LuaFileSystem
|
** LuaFileSystem
|
||||||
** Copyright Kepler Project 2003-2006 (http://www.keplerproject.org/luafilesystem)
|
** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/luafilesystem)
|
||||||
**
|
**
|
||||||
** File system manipulation library.
|
** File system manipulation library.
|
||||||
** This library offers these functions:
|
** This library offers these functions:
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
** lfs.touch (filepath [, atime [, mtime]])
|
** lfs.touch (filepath [, atime [, mtime]])
|
||||||
** lfs.unlock (fh)
|
** lfs.unlock (fh)
|
||||||
**
|
**
|
||||||
** $Id: lfs.c,v 1.29 2006/03/10 22:38:11 carregal Exp $
|
** $Id: lfs.c,v 1.30 2006/03/10 23:37:32 carregal Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
** LuaFileSystem
|
** LuaFileSystem
|
||||||
** Copyright Kepler Project 2003-2006 (http://www.keplerproject.org/luafilesystem)
|
** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/luafilesystem)
|
||||||
**
|
**
|
||||||
** $Id: lfs.h,v 1.2 2006/03/10 22:38:11 carregal Exp $
|
** $Id: lfs.h,v 1.3 2006/03/10 23:37:32 carregal Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Define 'chdir' for systems that do not implement it */
|
/* Define 'chdir' for systems that do not implement it */
|
||||||
|
|||||||
Reference in New Issue
Block a user