view src/ploki/atechit.h @ 10120:631b602f7856

<fizzie> ` (echo \'#!/bin/bash\'; echo \'icao="$(airport "$*" | sed -e "s/.*, //;s/)//" | head -n 1)"\'; echo \'echo lambdabot: @metar "${icao:-$1}"\') > bin/metar
author HackBot
date Wed, 11 Jan 2017 12:54:08 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef ATECHIT_H_
#define ATECHIT_H_

void atechit(void (*)(void));

#endif /* ATECHIT_H_ */