Some tests and examples files as well as the C manual chapter used DOS EOLs, get rid of them for consistency with all the other text files.
11 lines
116 B
C
11 lines
116 B
C
#include <stdio.h>
|
|
|
|
#include "enums/enums_wrap.h"
|
|
|
|
int main() {
|
|
bar2(1);
|
|
bar3(1);
|
|
bar1(1);
|
|
SWIG_exit(0);
|
|
}
|
|
|