/[grub]/grub2/include/grub/misc.h
ViewVC logotype

Diff of /grub2/include/grub/misc.h

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

revision 1.8 by okuji, Sun Apr 4 13:46:00 2004 UTC revision 1.9 by marco_g, Wed Aug 18 09:00:01 2004 UTC
# Line 39  char *EXPORT_FUNC(grub_strcat) (char *de Line 39  char *EXPORT_FUNC(grub_strcat) (char *de
39  int EXPORT_FUNC(grub_memcmp) (const void *s1, const void *s2, grub_size_t n);  int EXPORT_FUNC(grub_memcmp) (const void *s1, const void *s2, grub_size_t n);
40  int EXPORT_FUNC(grub_strcmp) (const char *s1, const char *s2);  int EXPORT_FUNC(grub_strcmp) (const char *s1, const char *s2);
41  int EXPORT_FUNC(grub_strncmp) (const char *s1, const char *s2, int c);  int EXPORT_FUNC(grub_strncmp) (const char *s1, const char *s2, int c);
42    int EXPORT_FUNC(grub_strncasecmp) (const char *s1, const char *s2, int c);
43  char *EXPORT_FUNC(grub_strchr) (const char *s, int c);  char *EXPORT_FUNC(grub_strchr) (const char *s, int c);
44  char *EXPORT_FUNC(grub_strrchr) (const char *s, int c);  char *EXPORT_FUNC(grub_strrchr) (const char *s, int c);
45  int EXPORT_FUNC(grub_isspace) (int c);  int EXPORT_FUNC(grub_isspace) (int c);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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