Initial revision
This commit is contained in:
11
lang/pc/comp/f_info.h
Normal file
11
lang/pc/comp/f_info.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* F I L E D E S C R I P T O R S T R U C T U R E */
|
||||
|
||||
struct f_info {
|
||||
unsigned short f_lineno;
|
||||
char *f_filename;
|
||||
char *f_workingdir;
|
||||
};
|
||||
|
||||
extern struct f_info file_info;
|
||||
#define LineNumber file_info.f_lineno
|
||||
#define FileName file_info.f_filename
|
||||
Reference in New Issue
Block a user