KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
library-test.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <dc/maple.h>
#include <dc/maple/controller.h>
#include <kos/init.h>
#include <kos/dbgio.h>
#include <kos/dbglog.h>
#include <kos/library.h>
#include <kos/exports.h>
#include "library-dependence.h"

Functions

 KOS_INIT_FLAGS (INIT_DEFAULT|INIT_EXPORT)
 
static void wait_exit (int status)
 
int main (int argc, char *argv[])
 

Variables

export_sym_t libtest_symtab []
 
static symtab_handler_t st_libtest
 

Function Documentation

◆ KOS_INIT_FLAGS()

KOS_INIT_FLAGS ( INIT_DEFAULT| INIT_EXPORT)

◆ main()

◆ wait_exit()

static void wait_exit ( int status)
static

Variable Documentation

◆ libtest_symtab

export_sym_t libtest_symtab[]
extern

◆ st_libtest

symtab_handler_t st_libtest
static
Initial value:
= {
{
"sym/library/test",
0,
0x00010000,
0,
},
}
#define NMMGR_TYPE_SYMTAB
A symbol table.
Definition nmmgr.h:124
#define NMMGR_LIST_INIT
List entry initializer for static structs.
Definition nmmgr.h:50
export_sym_t libtest_symtab[]

Referenced by main().