arik-so / ldk-parser

0 stars 2 forks source link

Improve function detection regex to avoid the necessity of multi-step checks #15

Open arik-so opened 1 year ago

arik-so commented 1 year ago

Bellwether example:

const uint8_t (*OutPoint_get_txid(const struct LDKOutPoint *NONNULL_PTR this_ptr))[32];

Old example that still also needs to work:

uint16_t OutPoint_get_index(const struct LDKOutPoint *NONNULL_PTR this_ptr);