K
krbyxtrm
Any knows of a Function Signature string Parser?
typically one that can parse string:
"unsigned int const * __cdecl MyFunction(int,void const *)"
into:
0 : 'unsigned int const *'
1 : '__cdecl'
2 : 'MyFunction'
3 : 'int'
4 : 'void const *'
typically one that can parse string:
"unsigned int const * __cdecl MyFunction(int,void const *)"
into:
0 : 'unsigned int const *'
1 : '__cdecl'
2 : 'MyFunction'
3 : 'int'
4 : 'void const *'