Codebase list enumiax / 137abb29-5b03-448e-8c8c-8fe6842b58e4/main enumiax.h
137abb29-5b03-448e-8c8c-8fe6842b58e4/main

Tree @137abb29-5b03-448e-8c8c-8fe6842b58e4/main (Download .tar.gz)

enumiax.h @137abb29-5b03-448e-8c8c-8fe6842b58e4/mainraw · history · blame

#include </usr/include/stdint.h>

#include "config.h"


#define VERSION "0.4a"

/* charmap.c */
int charmap_c_to_d( char ch );

/* exit.c */
void state_exit( int signum );
int save_state( int signum );

/* inet_hton.c */
uint32_t inet_hton( char *host );

/* outputs.c */
void printbin( int buf, int bits );
void printhex( unsigned char *buf, int size );

/* worditer.c */
int nextword();
int nextdict();

/* socket.c */
int socket_build( char *target, int protocol, int port );

/* usage.c */
void version();
void usage( char *prog );