about summary refs log tree commit diff stats
path: root/073scenario_screen_test.mu
Commit message (Collapse)AuthorAgeFilesLines
* 1962Kartik K. Agaram2015-08-091-2/+2
| | | | Standardize test names.
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-5/+5
| | | | First step to reducing typing burden. Next step: inferring types.
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+29
I've tried to update the Readme, but there are at least a couple of issues.
>


                                                                   
#include "glib.h"

void load_preferences(void **state);
void close_preferences(void **state);

void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void *actual, const void *expected);