home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

ifunc (83B)


      1 # -*- mode: snippet -*-
      2 # name: func (...) ... { ... }
      3 # --
      4 func ($1) $2 {
      5 	`%`$0
      6 }