Revision dc786bc9 qemu-common.h

b/qemu-common.h
170 170
#define qemu_isascii(c)		isascii((unsigned char)(c))
171 171
#define qemu_toascii(c)		toascii((unsigned char)(c))
172 172

  
173
#ifdef _WIN32
174
/* ffs() in oslib-win32.c for WIN32, strings.h for the rest of the world */
175
int ffs(int i);
176
#endif
177

  
173 178
void *qemu_malloc(size_t size);
174 179
void *qemu_realloc(void *ptr, size_t size);
175 180
void *qemu_mallocz(size_t size);

Also available in: Unified diff