lwip-contrib-mac/ports/mac/test.h

1 line
219 B
C
Raw Normal View History

/* * test.h * * * Created by Eric Pooch on 1/26/14. * Copyright 2014 __MyCompanyName__. All rights reserved. * */ void test_init(void); void test_restart(void); void test_poll(void); void test_quit(void);