aboutsummaryrefslogtreecommitdiff
path: root/alias/mtx_0x3c0x3d.c
blob: a08d5797ff4c616fed5fe6e75f203e4897b83349 (plain)
1
2
3
4
5
6
// alias for [mtx_<=]
#include "../src/mtx_le.c"
void mtx_0x3c0x3d_setup()
{
  mtx_le_setup();
}