Welcome to little lamb

Code » limb » master » tree

[master] / src / liblimb / direntry.h / open_writeb.c

/* This file is part of limb                           https://lila.oss/limb
 * Copyright (C) 2023 Olivier Brunel                          jjk@jjacky.com */
/* SPDX-License-Identifier: GPL-2.0-only */
#include <limb/djbunix.h>

int
open_writeb(const char *file)
{
    return open_b(open_write, file);
}