You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#ifndef _SYM_H_#define _SYM_H_#ifdef _SYM_C_static BOOL doneret; /* '\n' emitted with relocation info */long symmode = 1;#endif _SYM_C_extern long symmode;/*Functions*/long printlabel( unsigned long location);void psymoff( unsigned long v);unsigned long findsym( unsigned long location, SYMTAB **symbol_table_h);long findsymbyname( char *name, long system /*if system == 1 then use system symbol table*/);#endif _SYM_H_