diff options
author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-07-01 06:04:02 +0000 |
---|---|---|
committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-07-01 06:04:02 +0000 |
commit | 64bcd594dd652d58133ec69659ed89c700e8964c (patch) | |
tree | 41684d8e6f50703f2887df315996497bb12b5268 | |
parent | eb7958574ce98601433022d7d23343025c1e34b8 (diff) | |
download | python-dmidecode-64bcd594dd652d58133ec69659ed89c700e8964c.tar.gz python-dmidecode-64bcd594dd652d58133ec69659ed89c700e8964c.tar.xz python-dmidecode-64bcd594dd652d58133ec69659ed89c700e8964c.zip |
Better named.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@4 abc39116-655e-4be6-ad55-d661dc543056
-rw-r--r-- | dmidecodebin.c (renamed from test.c) | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +//. This file now produces the executable `dmidecode', and dynamically links +//. against libdmidecode.so. #include <Python.h> #include <stdio.h> |