mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
113 lines
4.1 KiB
C++
113 lines
4.1 KiB
C++
// Vita3K emulator project
|
|
// Copyright (C) 2021 Vita3K team
|
|
//
|
|
// This program is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation; either version 2 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License along
|
|
// with this program; if not, write to the Free Software Foundation, Inc.,
|
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
#pragma once
|
|
|
|
#include <module/module.h>
|
|
|
|
BRIDGE_DECL(sce_paf_aeabi_atexit)
|
|
BRIDGE_DECL(sce_paf_cxa_atexit)
|
|
BRIDGE_DECL(sce_paf_exit)
|
|
BRIDGE_DECL(sce_paf_memalign)
|
|
BRIDGE_DECL(sce_paf_private_abs)
|
|
BRIDGE_DECL(sce_paf_private_atexit)
|
|
BRIDGE_DECL(sce_paf_private_atof)
|
|
BRIDGE_DECL(sce_paf_private_atoi)
|
|
BRIDGE_DECL(sce_paf_private_atol)
|
|
BRIDGE_DECL(sce_paf_private_atoll)
|
|
BRIDGE_DECL(sce_paf_private_bcmp)
|
|
BRIDGE_DECL(sce_paf_private_bcopy)
|
|
BRIDGE_DECL(sce_paf_private_bsearch)
|
|
BRIDGE_DECL(sce_paf_private_bzero)
|
|
BRIDGE_DECL(sce_paf_private_exit)
|
|
BRIDGE_DECL(sce_paf_private_fclose)
|
|
BRIDGE_DECL(sce_paf_private_fflush)
|
|
BRIDGE_DECL(sce_paf_private_fgetc)
|
|
BRIDGE_DECL(sce_paf_private_fopen)
|
|
BRIDGE_DECL(sce_paf_private_fputc)
|
|
BRIDGE_DECL(sce_paf_private_fread)
|
|
BRIDGE_DECL(sce_paf_private_free)
|
|
BRIDGE_DECL(sce_paf_private_free2)
|
|
BRIDGE_DECL(sce_paf_private_fseek)
|
|
BRIDGE_DECL(sce_paf_private_ftell)
|
|
BRIDGE_DECL(sce_paf_private_fwrite)
|
|
BRIDGE_DECL(sce_paf_private_longjmp)
|
|
BRIDGE_DECL(sce_paf_private_look_ctype_table)
|
|
BRIDGE_DECL(sce_paf_private_malloc)
|
|
BRIDGE_DECL(sce_paf_private_malloc2)
|
|
BRIDGE_DECL(sce_paf_private_memchr)
|
|
BRIDGE_DECL(sce_paf_private_memcmp)
|
|
BRIDGE_DECL(sce_paf_private_memcpy)
|
|
BRIDGE_DECL(sce_paf_private_memcpy2)
|
|
BRIDGE_DECL(sce_paf_private_memmove)
|
|
BRIDGE_DECL(sce_paf_private_memset)
|
|
BRIDGE_DECL(sce_paf_private_memset2)
|
|
BRIDGE_DECL(sce_paf_private_qsort)
|
|
BRIDGE_DECL(sce_paf_private_rand)
|
|
BRIDGE_DECL(sce_paf_private_setjmp)
|
|
BRIDGE_DECL(sce_paf_private_snprintf)
|
|
BRIDGE_DECL(sce_paf_private_sprintf)
|
|
BRIDGE_DECL(sce_paf_private_srand)
|
|
BRIDGE_DECL(sce_paf_private_strcasecmp)
|
|
BRIDGE_DECL(sce_paf_private_strcat)
|
|
BRIDGE_DECL(sce_paf_private_strchr)
|
|
BRIDGE_DECL(sce_paf_private_strcmp)
|
|
BRIDGE_DECL(sce_paf_private_strcpy)
|
|
BRIDGE_DECL(sce_paf_private_strcspn)
|
|
BRIDGE_DECL(sce_paf_private_strlcat)
|
|
BRIDGE_DECL(sce_paf_private_strlcpy)
|
|
BRIDGE_DECL(sce_paf_private_strlen)
|
|
BRIDGE_DECL(sce_paf_private_strncasecmp)
|
|
BRIDGE_DECL(sce_paf_private_strncat)
|
|
BRIDGE_DECL(sce_paf_private_strncmp)
|
|
BRIDGE_DECL(sce_paf_private_strncpy)
|
|
BRIDGE_DECL(sce_paf_private_strpbrk)
|
|
BRIDGE_DECL(sce_paf_private_strrchr)
|
|
BRIDGE_DECL(sce_paf_private_strspn)
|
|
BRIDGE_DECL(sce_paf_private_strtof)
|
|
BRIDGE_DECL(sce_paf_private_strtok)
|
|
BRIDGE_DECL(sce_paf_private_strtok_r)
|
|
BRIDGE_DECL(sce_paf_private_strtol)
|
|
BRIDGE_DECL(sce_paf_private_strtoll)
|
|
BRIDGE_DECL(sce_paf_private_strtoul)
|
|
BRIDGE_DECL(sce_paf_private_strtoull)
|
|
BRIDGE_DECL(sce_paf_private_swprintf)
|
|
BRIDGE_DECL(sce_paf_private_tolower)
|
|
BRIDGE_DECL(sce_paf_private_toupper)
|
|
BRIDGE_DECL(sce_paf_private_towlower)
|
|
BRIDGE_DECL(sce_paf_private_vsnprintf)
|
|
BRIDGE_DECL(sce_paf_private_vsprintf)
|
|
BRIDGE_DECL(sce_paf_private_wcscasecmp)
|
|
BRIDGE_DECL(sce_paf_private_wcscat)
|
|
BRIDGE_DECL(sce_paf_private_wcschr)
|
|
BRIDGE_DECL(sce_paf_private_wcscmp)
|
|
BRIDGE_DECL(sce_paf_private_wcscpy)
|
|
BRIDGE_DECL(sce_paf_private_wcscspn)
|
|
BRIDGE_DECL(sce_paf_private_wcslen)
|
|
BRIDGE_DECL(sce_paf_private_wcsncasecmp)
|
|
BRIDGE_DECL(sce_paf_private_wcsncat)
|
|
BRIDGE_DECL(sce_paf_private_wcsncmp)
|
|
BRIDGE_DECL(sce_paf_private_wcsncpy)
|
|
BRIDGE_DECL(sce_paf_private_wcsnlen)
|
|
BRIDGE_DECL(sce_paf_private_wcspbrk)
|
|
BRIDGE_DECL(sce_paf_private_wcsrchr)
|
|
BRIDGE_DECL(sce_paf_private_wcsspn)
|
|
BRIDGE_DECL(sce_paf_private_wmemchr)
|
|
BRIDGE_DECL(sce_paf_private_wmemcmp)
|
|
BRIDGE_DECL(sce_paf_private_wmemcpy)
|
|
BRIDGE_DECL(sce_paf_private_wmemmove)
|
|
BRIDGE_DECL(sce_paf_private_wmemset)
|