#include <stdarg.h>#include <stddef.h>#include <types.h>

Defines | |
| #define | EXPORT_FUNC(x) x |
Functions | |
| int EXPORT_FUNC() | grub_iswordseparator (int c) |
| int EXPORT_FUNC() | grub_isspace (int c) |
| int EXPORT_FUNC() | grub_isprint (int c) |
| int EXPORT_FUNC() | grub_isalpha (int c) |
| int EXPORT_FUNC() | grub_isgraph (int c) |
| int EXPORT_FUNC() | grub_isdigit (int c) |
| unsigned long long EXPORT_FUNC() | grub_strtoull (const char *str, char **end, int base) |
| int EXPORT_FUNC() | grub_printf (const char *fmt,...) __attribute__((format(printf |
| int EXPORT_FUNC() int EXPORT_FUNC() | grub_vprintf (const char *fmt, va_list args) |
| int EXPORT_FUNC() | grub_sprintf (char *str, const char *fmt,...) __attribute__((format(printf |
| int EXPORT_FUNC() int EXPORT_FUNC() | grub_vsprintf (char *str, const char *fmt, va_list args) |
| uint64_t EXPORT_FUNC() | grub_divmod64 (uint64_t n, uint32_t d, uint32_t *r) |
| uint64_t EXPORT_FUNC() grub_divmod64 | ( | uint64_t | n, | |
| uint32_t | d, | |||
| uint32_t * | r | |||
| ) |

| int EXPORT_FUNC() grub_isalpha | ( | int | c | ) |
| int EXPORT_FUNC() grub_isdigit | ( | int | c | ) |
| int EXPORT_FUNC() grub_isgraph | ( | int | c | ) |
| int EXPORT_FUNC() grub_isprint | ( | int | c | ) |
| int EXPORT_FUNC() grub_isspace | ( | int | c | ) |
| int EXPORT_FUNC() grub_iswordseparator | ( | int | c | ) |
| int EXPORT_FUNC() grub_printf | ( | const char * | fmt, | |
| ... | ||||
| ) |
| int EXPORT_FUNC() grub_sprintf | ( | char * | str, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
| unsigned long long EXPORT_FUNC() grub_strtoull | ( | const char * | str, | |
| char ** | end, | |||
| int | base | |||
| ) |

| int EXPORT_FUNC() int EXPORT_FUNC() grub_vprintf | ( | const char * | fmt, | |
| va_list | args | |||
| ) |


| int EXPORT_FUNC() int EXPORT_FUNC() grub_vsprintf | ( | char * | str, | |
| const char * | fmt, | |||
| va_list | args | |||
| ) |

1.7.1