FreeSASA  2.1.2
Open source SASA calculations
View on GitHub
example.c File Reference

Short program that illustrates how to use the most basic functionality of the API. More...

#include <stdio.h>
#include <stdlib.h>
#include "freesasa.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Short program that illustrates how to use the most basic functionality of the API.

Author
Simon Mitternacht

The program does basic error handling, printing an unspecific error message if anything fails, in addition to the library errors.

Definition in file example.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 20 of file example.c.