This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Examples/StdLib/rwstdmsg.cpp

7 lines
114 B
C++

#include "stlexam.h"
#pragma hdrstop
#include "rwstdmsg.h"
int _rw_messages_version()
{
return _RW_MSG_START;
}