If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it Function Description strlen Returns string length (without NUL character) strdup Duplicates a string strcpy Copies content of a string into another string strcmp Compares content of two strings strcat Concatenate two strings