/[tinycc]/tinycc/libtcc.h
ViewVC logotype

Diff of /tinycc/libtcc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by bellard, Sat Apr 26 20:51:42 2003 UTC revision 1.7 by bellard, Sun Jul 20 19:19:58 2003 UTC
# Line 83  int tcc_run(TCCState *s, int argc, char Line 83  int tcc_run(TCCState *s, int argc, char
83     non zero if link error. */     non zero if link error. */
84  int tcc_relocate(TCCState *s);  int tcc_relocate(TCCState *s);
85    
86  /* return symbol value or error */  /* return symbol value. return 0 if OK, -1 if symbol not found */
87  void *tcc_get_symbol(TCCState *s, const char *name);  int tcc_get_symbol(TCCState *s, unsigned long *pval, const char *name);
88    
89  #ifdef __cplusplus  #ifdef __cplusplus
90  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26