Update libs header path

This commit is contained in:
Alex
2023-05-03 06:40:12 +03:00
parent 5a017b6626
commit f01eed8dd2
10 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,8 @@
#ifndef __FENNIX_LIBS_INIT_H__
#define __FENNIX_LIBS_INIT_H__
#include <types.h>
#include <stddef.h>
#include <stdarg.h>
__attribute__((visibility("hidden"))) int printf_libinit(const char *format, ...);
__attribute__((visibility("hidden"))) int vprintf_libinit(const char *format, va_list arg);