// Allocate a cfg container from the start of a function with handle rtn CFG cfg = CFG_Alloc( RTN_Address(rtn)); // Get the bbl that the container was initialized with BBL bbl = CFG_BblHead(cfg); // Find the fallthrough path of this bbl EDG edg = BBL_FindSuccEdg(bbl, EDG_TYPE_FALSE);