// DLLの例 test3.dllを利用する // implib test3i.lib test3.dll // bcc32 test4.c test3i.lib #include #include "test3.h" int main() { char str[] = "AbcDeF"; s2b(str); printf(str); return 0; }