diff options
author | behdad <behdad> | 2004-05-03 05:17:48 +0000 |
---|---|---|
committer | behdad <behdad> | 2004-05-03 05:17:48 +0000 |
commit | 577ed4095383ef5284225d45709e6b5f0598a064 (patch) | |
tree | 6c7d0ce55124a688b4d7050e684d9d7a1e3aa71d /eg/variable.c | |
download | c2man-master.tar.gz |
Diffstat (limited to 'eg/variable.c')
-rw-r--r-- | eg/variable.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eg/variable.c b/eg/variable.c new file mode 100644 index 0000000..a788e82 --- /dev/null +++ b/eg/variable.c @@ -0,0 +1,5 @@ +/* a variable, not a function. + * + * Note: you'll need to use -v to get this to work. + */ +int variable; |