F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sample1.cc File Reference
#include "sample1.h"

Go to the source code of this file.

Functions

int Factorial (int n)
 
bool IsPrime (int n)
 

Function Documentation

◆ Factorial()

int Factorial ( int n)

Definition at line 35 of file sample1.cc.

◆ IsPrime()

bool IsPrime ( int n)

Definition at line 45 of file sample1.cc.