trainings/C_secure_coding/SecC++/wrap_function/main.c

6 lines
67 B
C

#include <stdio.h>
#include "foo.h"
int main(void) {
foo();
}