Revision 077030d1 qemu-common.h

b/qemu-common.h
201 201
#define qemu_isascii(c)		isascii((unsigned char)(c))
202 202
#define qemu_toascii(c)		toascii((unsigned char)(c))
203 203

  
204
#ifdef _WIN32
205
/* ffs() in oslib-win32.c for WIN32, strings.h for the rest of the world */
206
int ffs(int i);
207
#endif
208

  
209 204
void *qemu_oom_check(void *ptr);
210 205
void *qemu_malloc(size_t size);
211 206
void *qemu_realloc(void *ptr, size_t size);

Also available in: Unified diff