mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 02:40:09 -04:00
8 lines
58 B
C
8 lines
58 B
C
|
|
#include "myModule.h"
|
||
|
|
|
||
|
|
int notInline()
|
||
|
|
{
|
||
|
|
return 3;
|
||
|
|
}
|
||
|
|
|