~ubuntu-branches/ubuntu/oneiric/spl/oneiric

« back to all changes in this revision

Viewing changes to examples/c-api-test4.c

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2010-07-02 01:21:57 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100702012157-wm6ie067a1kisj6d
Tags: 1.0~pre6-2
Brown paper bag release. Really change Build-Depends from libreadline5-dev
to libreadline-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *  c-api-test4.c: Simple test for the compiler interface.
20
20
 */
21
21
 
22
 
#define _GNU_SOURCE
23
 
 
24
22
#include <stdio.h>
25
23
 
26
24
#include "spl.h"