/out.h (b4aa34517955f029c147f75867b53c191f4400fe) (629 bytes) (mode 100644) (type blob)

#ifndef OUT_H
#define OUT_H
/*
 * this code is protected by the GNU affero GPLv3
 * author:Sylvain BERTRAND <sylvain.bertrand AT legeek DOT net>
 */
#ifndef QUIET
	#include <stdarg.h>
	#include <ulinux/utils/mem.h>
	#include <ulinux/utils/ascii/string/vsprintf.h>
	
	#define PRE "muinit:"
	#define DPRINTF_BUF_SZ 1024

	#ifdef INIT_C
		static ulinux_u8 g_dprintf_buf[DPRINTF_BUF_SZ];
	#else
		extern ulinux_u8 *g_dprintf_buf;
	#endif

	#define OUT(f, ...) ulinux_dprintf(0, g_dprintf_buf, DPRINTF_BUF_SZ, (ulinux_u8*)(f), ##__VA_ARGS__)
#else
	#define PRE
	#define OUT(f, ...)
#endif
/* vim: set ts=4 sw=0 noexpandtab: */
#endif


Mode Type Size Ref File
100644 blob 532 12c193cd81b5a6d4961a15ed449467e27cec5f47 README
100644 blob 3181 7ca926a98ac0d603b0b28cbb517ee8819cfd0965 init.c
100755 blob 860 88027032a1c988c7fee262e8bedef53ee0b53519 make_x86_64.sh
100644 blob 629 b4aa34517955f029c147f75867b53c191f4400fe out.h
040000 tree - 97359093882c52643259fe1c66624506e2608e4b ulinux
100644 blob 1051 73b0a5870991f522877030979e2eabf516141243 ulinux_namespace.h
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/muinit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/muinit

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/muinit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main