Subversion Repositories Kolibri OS

Rev

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

Rev 4921 Rev 6068
Line 137... Line 137...
137
{
137
{
138
  return _puts_r (_REENT, s);
138
  return _puts_r (_REENT, s);
139
}
139
}
Line 140... Line 140...
140
 
140
 
-
 
141
#endif
-
 
142
 
-
 
143
extern int __gui_mode;
-
 
144
 
-
 
145
extern void __attribute__ ((constructor)) __init_conio();
-
 
146
static void __attribute__ ((constructor)) init_puts()
-
 
147
{
-
 
148
    __gui_mode = (int)&__init_conio;
-
 
149
}