File: rot.h

package info (click to toggle)
rotix 0.83-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: ansic: 281; sh: 152; makefile: 62
file content (4 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (8)
1
2
3
4
/* Defining the flags that are used inside rotate() */
#define ROTATE_RIGHT_FLAG	1

void rotate (int rotor, char *rotar, char flags);