~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/unit/57 introspection/staticlib/static.h

  • Committer: mmach
  • Date: 2023-03-15 07:28:10 UTC
  • Revision ID: netbit73@gmail.com-20230315072810-rjs3fs158gp6aup7
dla focal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#pragma once
 
2
 
 
3
#ifdef __cplusplus
 
4
extern "C" {
 
5
#endif
 
6
 
 
7
int add_numbers(int a, int b);
 
8
 
 
9
#ifdef __cplusplus
 
10
}
 
11
#endif