Show
Ignore:
Timestamp:
05/01/08 15:55:22 (7 months ago)
Author:
mwhitworth
Message:

Add SYMBOL_EXPORT to printf.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/video/console.c

    r340 r383  
    2323#include <error.h> 
    2424#include <malloc.h> 
     25#include <module.h> 
    2526#include <i386/ioports.h> 
    2627#include <task.h> 
     
    133134        return len; 
    134135} 
     136 
     137SYMBOL_EXPORT(printf); 
    135138 
    136139void putc(int c)