~ubuntu-branches/ubuntu/saucy/zeromq3/saucy

« back to all changes in this revision

Viewing changes to tests/test_msg_flags.cpp

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-10-16 19:49:30 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121016194930-98r0bi746eoaa4iv
Tags: 3.2.1~rc2+dfsg-1
* New upstream RC release (Closes: #690704)
* Bump Standards-Version to 3.9.4 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
*/
21
21
 
 
22
#include "../include/zmq.h"
 
23
#include <string.h>
 
24
 
 
25
#undef NDEBUG
22
26
#include <assert.h>
23
 
#include <string.h>
24
 
 
25
 
#include "../include/zmq.h"
26
 
 
27
 
int main (int argc, char *argv [])
 
27
 
 
28
int main (void)
28
29
{
29
30
    //  Create the infrastructure
30
31
    void *ctx = zmq_init (0);