Initial
This commit is contained in:
12
midiwrt/MUSHDR.CPP
Normal file
12
midiwrt/MUSHDR.CPP
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <midiwrt/mushdr.hpp>
|
||||
|
||||
String MUSHeader::headerID(void)const
|
||||
{
|
||||
String headerIDString;
|
||||
|
||||
headerIDString.reserve(sizeof(mID));
|
||||
::memset(headerIDString,0,sizeof(mID));
|
||||
::memcpy(headerIDString,mID,sizeof(mID)-1);
|
||||
return headerIDString;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user