struct MopacCResultΒΆ

struct MopacCResult {
    // fields
 
    int ok;
    double energy_h;
    char message[512];
};