auto_bus/src/rail.c

8 lines
89 B
C

#include "rail.h"
rail_node_t *rails = NULL;
int add(int a, int b)
{
return a+ b;
}