Skip to content

Instantly share code, notes, and snippets.

View seppestas's full-sized avatar

Seppe Stas seppestas

View GitHub Profile
@danlei
danlei / t1.c
Created July 1, 2010 21:21
g_slist_foreach example
#include <stdio.h>
#include <stdlib.h>
#include <glib.h>
typedef struct {
char *name;
} Person;
void print_name(Person *pers) {