PandA-2024.02
examples
python-bindings
sum.h
Go to the documentation of this file.
1
#ifndef __SUM_H__
2
#define __SUM_H__
3
4
long
sum
(
long
a,
long
b);
5
6
#endif
sum
long sum(long a, long b)
Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by
1.8.13