Subversion Repositories Kolibri OS

Rev

Rev 6456 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6456 Rev 6495
Line 1... Line 1...
1
#ifndef KOLIBRI_LIBINI_H
1
#ifndef KOLIBRI_LIBINI_H
2
#define KOLIBRI_LIBINI_H
2
#define KOLIBRI_LIBINI_H
Line 3... Line -...
3
 
-
 
4
extern int init_libini_asm(void); 
-
 
5
 
3
 
6
int kolibri_libini_init(void)
-
 
7
{
-
 
8
  int asm_init_status = init_libini_asm();
-
 
9
  
-
 
10
  /* just return asm_init_status? or return init_boxlib_asm() ?*/
-
 
11
 
-
 
12
  if(asm_init_status == 0)
-
 
13
    return 0;
-
 
14
  else
-
 
15
    return 1;
-
 
Line 16... Line 4...
16
}
4
extern int kolibri_libini_init(void);
17
 
5
 
Line 18... Line 6...
18
extern uint32_t (*LIBINI_enum_sections)(const char*, void*) __attribute__((__stdcall__));
6
extern uint32_t (*LIBINI_enum_sections)(const char*, void*) __attribute__((__stdcall__));