Mercurial > hg > wm
comparison Meerwald/wm.h @ 3:acb6967ee76d
update to 0.5
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
|---|---|
| date | Tue, 14 Aug 2007 21:11:21 +0200 |
| parents | be303a3f5ea8 |
| children | f83ef905a63d |
comparison
equal
deleted
inserted
replaced
| 2:b92f06d9a967 | 3:acb6967ee76d |
|---|---|
| 16 void bzero(char *b, size_t length); | 16 void bzero(char *b, size_t length); |
| 17 #elif defined(LINUX) | 17 #elif defined(LINUX) |
| 18 #include <values.h> | 18 #include <values.h> |
| 19 #include <sys/param.h> | 19 #include <sys/param.h> |
| 20 #else | 20 #else |
| 21 #error platform not supported | 21 #error plattform not supported |
| 22 #endif | 22 #endif |
| 23 | 23 |
| 24 /* | 24 /* |
| 25 * This macro is used to ensure correct rounding of integer values. | 25 * This macro is used to ensure correct rounding of integer values. |
| 26 */ | 26 */ |
