/[gxemul]/trunk/src/include/misc.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/misc.h

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

revision 9 by dpavlin, Mon Oct 8 16:18:11 2007 UTC revision 10 by dpavlin, Mon Oct 8 16:18:27 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: misc.h,v 1.231 2005/05/23 18:21:37 debug Exp $   *  $Id: misc.h,v 1.233 2005/06/20 05:52:49 debug Exp $
32   *   *
33   *  Misc. definitions for gxemul.   *  Misc. definitions for gxemul.
34   */   */
# Line 121  void file_load(struct machine *machine, Line 121  void file_load(struct machine *machine,
121  void debug_indentation(int diff);  void debug_indentation(int diff);
122  void debug(char *fmt, ...);  void debug(char *fmt, ...);
123  void fatal(char *fmt, ...);  void fatal(char *fmt, ...);
124    
125    
126    /*  misc.c:  */
127  unsigned long long mystrtoull(const char *s, char **endp, int base);  unsigned long long mystrtoull(const char *s, char **endp, int base);
128    int mymkstemp(char *template);
129    #ifdef USE_STRLCPY_REPLACEMENTS
130    size_t mystrlcpy(char *dst, const char *src, size_t size);
131    size_t mystrlcat(char *dst, const char *src, size_t size);
132    #endif
133    
134    
135  /*  of.c:  */  /*  of.c:  */
# Line 147  void useremul_list_emuls(void); Line 155  void useremul_list_emuls(void);
155  void useremul_init(void);  void useremul_init(void);
156    
157    
158    /*  yamon.c:  */
159    int yamon_emul(struct cpu *cpu);
160    
161    
162  #endif  /*  MISC_H  */  #endif  /*  MISC_H  */

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26