mirror of https://github.com/akelge/zsh
20 lines
298 B
C
20 lines
298 B
C
/*
|
|
-*- coding: latin-1 -*-
|
|
|
|
Copyright by Andrea Mistrali <am@am.cx>.
|
|
First version: <crdate>
|
|
Last modified: 06:Apr:2007 10:55
|
|
|
|
Synopsis: <description>
|
|
|
|
$Id: skeleton.c,v 1.2 2007-04-06 08:56:27 andre Exp $
|
|
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
return 0
|
|
}
|