Skip to content

Instantly share code, notes, and snippets.

@mheffner
Created August 19, 2009 16:36
Show Gist options
  • Select an option

  • Save mheffner/170443 to your computer and use it in GitHub Desktop.

Select an option

Save mheffner/170443 to your computer and use it in GitHub Desktop.
/* ab.h -- External API for libab. */
#ifndef __AB_H__
#define __AB_H__
const char *ab_get_string(void);
#endif /* ! __AB_H__ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment