~ubuntu-branches/ubuntu/utopic/mtbl/utopic-proposed

« back to all changes in this revision

Viewing changes to mtbl/bytes.h

  • Committer: Package Import Robot
  • Author(s): Robert S. Edmonds
  • Date: 2012-05-29 22:36:36 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120529223636-1teu4pxtjzktricb
Tags: 0.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <assert.h>
2
2
#include <stdint.h>
3
3
 
 
4
#include "librsf/ubuf.h"
 
5
 
4
6
static inline void
5
7
bytes_shortest_separator(ubuf *start, const uint8_t *limit, size_t len_limit)
6
8
{