00001 00038 #ifndef STRING_H_INCLUDED 00039 #define STRING_H_INCLUDED 00040 00041 #include <arch/string.h> 00042 00054 /* 00055 * String operations often have several implementations, so we keep the 00056 * documentation here in order to avoid redundancy. 00057 */ 00058 00126 00127 00128 #endif /* STRING_H_INCLUDED */
1.6.3