mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-10 22:59:22 +00:00
Update libs header path
This commit is contained in:
@ -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);
|
Reference in New Issue
Block a user