summaryrefslogtreecommitdiff
path: root/pbstruct.c
blob: 97e0a9f840c253c5c4eb5668d6f24f4a0862acb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * pbstream - a stream-oriented implementation of protocol buffers.
 *
 * Copyright (c) 2009 Joshua Haberman.  See LICENSE for details.
 */

#include <stddef.h>
#include "pbstruct.h"

#define alignof(t) offsetof(struct { char c; t x; }, x)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback