X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_string.h;fp=palacios%2Finclude%2Fpalacios%2Fvmm_string.h;h=7246cef7af7e63b9a81220610e934f044ac7f896;hb=af355c370ac80f8e19d6375cb3070213c29a92eb;hp=46ecef5eefab34d92b323fa1b26bd22febdd8948;hpb=9e5b4c4140241b45094c87ac15f75fead726981f;p=palacios.git diff --git a/palacios/include/palacios/vmm_string.h b/palacios/include/palacios/vmm_string.h index 46ecef5..7246cef 100644 --- a/palacios/include/palacios/vmm_string.h +++ b/palacios/include/palacios/vmm_string.h @@ -1,7 +1,7 @@ /* * String library * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.2 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -10,6 +10,8 @@ #ifndef STRING_H #define STRING_H +#ifdef __V3VEE__ + #include void* memset(void* s, int c, size_t n); @@ -30,5 +32,9 @@ char *strrchr(const char *s, int c); char *strpbrk(const char *s, const char *accept); +double ceil(double x); + + +#endif // !__V3VEE__ #endif /* STRING_H */