Subversion Repositories Kolibri OS

Rev

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

Rev 6082 Rev 6588
Line 1... Line 1...
1
#ifndef _ASM_GENERIC_BUG_H
1
#ifndef _ASM_GENERIC_BUG_H
2
#define _ASM_GENERIC_BUG_H
2
#define _ASM_GENERIC_BUG_H
Line 3... Line 3...
3
 
3
 
Line -... Line 4...
-
 
4
#include 
-
 
5
 
4
#include 
6
int printf(const char *fmt, ...);
5
 
7
 
6
#define __WARN()                printf("\nWARNING: at %s:%d\n", __FILE__, __LINE__)
8
#define __WARN()                printf("\nWARNING: at %s:%d\n", __FILE__, __LINE__)
Line 7... Line 9...
7
//#define __WARN_printf(arg...)   printf("\nWARNING: at %s:%d\n", __FILE__, __LINE__)
9
//#define __WARN_printf(arg...)   printf("\nWARNING: at %s:%d\n", __FILE__, __LINE__)