Skip to content
Snippets Groups Projects
Commit c1087174 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

also remove file and deps definition

parent 46980318
No related branches found
No related tags found
No related merge requests found
symlink_make.o
symlink_switch.o
symlink_pointto.o
-ls6
-loblibs
-lskarnet
......
......@@ -7,7 +7,6 @@ set_livestate.o
set_ownerhome.o
set_ownersysdir.o
set_treeinfo.o
visit.o
yourgid.o
youruid.o
-ls6
......
/*
* visit.c
*
* Copyright (c) 2018-2021 Eric Vidal <eric@obarun.org>
*
* All rights reserved.
*
* This file is part of Obarun. It is subject to the license terms in
* the LICENSE file found in the top-level directory of this
* distribution.
* This file may not be copied, modified, propagated, or distributed
* except according to the terms contained in the LICENSE file./
*/
#include <stddef.h>
#include <oblibs/log.h>
#include <66/utils.h>
void visit_init(visit_t *visit, size_t len)
{
log_flow() ;
size_t pos = 0 ;
for (; pos < len; pos++)
visit[pos] = VISIT_WHITE ;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment