about summary refs log blame commit diff stats
path: root/tools/iso/kernel.soso/debugprint.h
blob: 7893fef740b0a37ab0e9da33886f60e01df864d7 (plain) (tree)
1
2
3
4
5
6
7






                                            
#ifndef DEBUGPRINT_H
#define DEBUGPRINT_H

void Debug_initialize(const char* fileName);
void Debug_PrintF(const char *format, ...);

#endif // DEBUGPRINT_H