/* Copyright (C) 2000 Andrew Zabolotny Usage of this library is not restricted in any way. The full license text can be found in the file dxe.txt. Sample DXE module. */ #include int my_strlen (const char *str) { return strlen (str); }