~manxi-david/pyeffect/pyeffect

« back to all changes in this revision

Viewing changes to src/Examples/libc_system.3p

  • Committer: dvspeed
  • Date: 2011-12-26 13:18:36 UTC
  • Revision ID: manxi.david@gmail.com-20111226131836-mvoy9y32z0ujxvm1
-Change of folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
start:
 
2
        s="echo This is printed by function system, glibc library\0"
 
3
        libc.system(s)
 
4
        exit(0)